coala
coala copied to clipboard
unset setting
@NiklasMM confirmed at https://github.com/coala/coala-bears/issues/1581#issuecomment-291764179 that the only way to unset a setting with a default is to put \0 (NUL) into the file.
That is not user-friendly.
If there is some voodoo to do this, it needs to be clearly documented. Or, we need some new voodoo added.
unset max_line_length for example looks a little out of place in a configuration file. Any other options?
I like unset syntax
actually me too :+1:
are we settled on using the unsetting keyword for unsetting variables?
unset <setting>