Closed yuki-takei closed 7 years ago
grails: plugin: console: indentUnit: 4
Maybe because of the type of indentUnit is boolean. Similarly, the type of tabSize is boolean.
indentUnit
tabSize
https://github.com/sheehan/grails-console/blob/master/grails3/plugin/src/main/groovy/org/grails/plugins/console/ConsoleConfig.groovy#L11
fixed in the latest version
How to reproduce?
What is happened?
What is the expected behavior?
Why does this happen?
Maybe because of the type of
indentUnit
is boolean. Similarly, the type oftabSize
is boolean.https://github.com/sheehan/grails-console/blob/master/grails3/plugin/src/main/groovy/org/grails/plugins/console/ConsoleConfig.groovy#L11