Some languages like JavaScript have optional semicolons, which presents the opportunity for flame wars and merge conflict hell. Can we get a rule for specifying one's preferred semicolon style?
Values: * none / <unconfigured> / don't care / ignore * require trailing semicolons from statements * require stripping trailing semicolons from statements Of course, this rule may be more difficult to implement than some other rules, and only makes sense for certain kinds of ASTs. But we could get a head start declaring the rule, and let plugins do their thing over time. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/editorconfig/0eaaeac6-ae95-4e96-b19a-56c2415f4991%40googlegroups.com.
