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