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

Indentation mix spaces and tabs #28

Closed fengyuanchen closed 10 years ago

fengyuanchen commented 10 years ago

I set "indent_style" to "space", and then if a indentation mixed some tabs in spaces, these tabs won't be converted to spaces when save the file.

sindresorhus commented 10 years ago

That's a limitation in Sublime and not much I can do about.