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 autofix of pasted indentation-styles #125

Closed florianb closed 7 years ago

florianb commented 7 years ago

It is pretty annoying that pasted indentations may mess up the indentation-style of the current editor.

florianb commented 7 years ago

I wasn't able to find a way to intercept paste-events efficiently. And onWillInsertText is getting fired far to often to take expensive operations.