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

Add immediate update in multi-pane-environments #124

Closed florianb closed 7 years ago

florianb commented 7 years ago

After saving an editorconfig-file all opened editors should get updated.

The current implementation applies the configuration (like tab length) after entering (focussing) an editor. In multi-pane environments all visible/open editors should be updated immediately.

It os proven that these properties should immediately take effect.