moll / js-must

An assertion library for JavaScript and Node.js with a friendly BDD syntax (awesome.must.be.true()). It ships with many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good stuff and well tested.
Other
336 stars 35 forks source link

Add of editorconfig file #20

Closed ccvf2s closed 4 years ago

ccvf2s commented 9 years ago

EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs :-).

ccvf2s commented 9 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

:-)

moll commented 4 years ago

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?