browserify / resolve

Implements the node.js require.resolve() algorithm
MIT License
774 stars 183 forks source link

Fix non-valid values in .editorconfig file #272

Closed funnydino closed 2 years ago

funnydino commented 2 years ago

Hello. In .editorconfig file, _insert_finalnewline=off is not valid value. editorconfig-checker shows fatal error at this value. I checked the whole file at editorconfig website, and found other not valid values, and fixed them. I don't have permissions to create pull request, so here is my suggested solution: for indent_style, indent_size and insert_final_newline change the off value at unset.

ljharb commented 2 years ago

editorconfig-checker is old and outdated; i use npmjs.com/eclint which does support those values. There's no point in validating the editorconfig of third-party code, so I'm not sure how this came up.

Everybody has permission to make a pull request - you fork the repo, and make a PR from your fork.