sindresorhus / editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
MIT License
1.77k stars 108 forks source link

Use package.json #61

Closed jonathantneal closed 5 years ago

jonathantneal commented 7 years ago

Is it possible to specify the path to the editorconfig from package.json? We’ve added it to echint. Once it’s available to an editor, that frees me from editorconfig copy-pastes between every project.

Also, where is the file referenced from? I see a few places:

sindresorhus commented 7 years ago

This would need to be decided on in the main EditorConfig project first.