I’ve posted this also on SO without any answer yet, so sorry for the duplication but this is really bothering…
I’d like to always use spaces instead of tabs for indentation in ST3.
I put these in my settings:
"translate_tabs_to_spaces": true,
"detect_indentation": false,
"tab_size": 4
But no matter what, if the files were saved with tabs indentation (instead of spaces) ST3 will use tabs instead of spaces.
Also, anytime I modify the file Preferences.sublime-settings indirectly, for example by using the command “Package Control: Disable Package” it is saved with tabs instead of spaces.
Why is ST3 ignoring my settings??
Could it be a bug or am I using a wrong setting?