On Fri, Nov 4, 2016 at 10:55 AM, 'Jonathon Marolf' via EditorConfig <[email protected]> wrote: > `;` in INI values > > There was some discussion on the team on whether `;` or `,` would be better > separators. `;` seemed a more in-your-face separator than `,` which, since > this is a weird new thing we are doing, adding multiple options, seemed like > a good idea. I am not aware of any INI format that chooses one over the > other, but will happily look into that. Are you aware of any problems in > other editorconfig parsers with this notation?
INI-style files have historically used semicolons for comments, so the Visual Studio Code syntax highlighter actually colors the second option green, like a comment. Using commas here would avoid the issue. -William Swanson -- You received this message because you are subscribed to the Google Groups "EditorConfig" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/editorconfig. For more options, visit https://groups.google.com/d/optout.
