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

Apply config for already opened files #21

Closed aksyonov closed 10 years ago

aksyonov commented 10 years ago

When editor is not opened and you open a file, config does not apply, because plugin is loaded after file has been opened. Therefore on_load method will never be called for this file.

sindresorhus commented 10 years ago

Thanks :)