coala icon indicating copy to clipboard operation
coala copied to clipboard

unset setting

Open jayvdb opened this issue 9 years ago • 4 comments

@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.

jayvdb avatar Apr 18 '17 05:04 jayvdb

unset max_line_length for example looks a little out of place in a configuration file. Any other options?

adtac avatar Apr 21 '17 11:04 adtac

I like unset syntax

meetmangukiya avatar May 02 '17 17:05 meetmangukiya

actually me too :+1:

Makman2 avatar May 02 '17 19:05 Makman2

are we settled on using the unsetting keyword for unsetting variables? unset <setting>

meetmangukiya avatar May 03 '17 04:05 meetmangukiya