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

Convert spaces to tabs in sublime when no .editorconfig file #74

Closed mattiasahlsen closed 5 years ago

mattiasahlsen commented 5 years ago

Just is in the title: in sublime text, it keeps changing spaces to tabs every time I save the file when I have no .editorconfig. This must be a bug, right?

xuhdev commented 5 years ago

Do you have any .editorconfig files along the path to the root? For example, /home/matt/.editorconfig will affect /home/matt/fun/* if no .editorconfig file is in /home/matt/fun.

mattiasahlsen commented 5 years ago

Yes, sorry, my bad, I did.