###prop
setPreferences=true
indentation=space
tabsize=4
indentendOnly=true
###src
public class Formatter {
def a
}
###exp
public class Formatter {
    def a
}
###end