Closed ccvf2s closed 4 years ago
You can see meaningful examples of use of .editorconfig here: https://github.com/Modernizr/Modernizr https://github.com/symfony/symfony https://github.com/fhemberger/manifest-validator https://github.com/mozilla/node-convict
:-)
Hey! Thank you for the suggestion to add an EditorConfig file. I see that I've done so in the meanwhile, so I'll close this PR, if you don't mind. :) I've currently skipped the explicit UTF-8 directive and the linefeed directive. If you do think they're worth having, let me know!
I also didn't manage to find max_line_length
in https://editorconfig-specification.readthedocs.io/en/latest/. Could that be an extension of your editor's EditorConfig plugin rather than in the specification?
EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs :-).