sindresorhus / atom-editorconfig

Helps developers maintain consistent coding styles between different editors
https://atom.io/packages/editorconfig
MIT License
812 stars 80 forks source link

Package seems not applying on all open files after startup #154

Closed florianb closed 7 years ago

florianb commented 7 years ago

After starting Atom in a project where already some files have been opened (Atom restores the open editors), the editorconfig is not being applied until you're switching the pane/reenter the current editor.

:bulb: Initialization should use workspace.getTextEditors()

schrej commented 7 years ago

What's the status on this? It's somewhat annoying 😅

florianb commented 7 years ago

This issue should be fixed -- feel free to come back if you're facing any troubles with it!