Sublime Text Indentation Settings Being Overwritten By a File
问题 I am working on a project where tab size is supposed to be 4 and tabs should not be spaces. I updated my Preferences.sublime-settings file to include "detect_indentation": "false", "tab_size": 4, "translate_tabs_to_spaces": false, When I open a new file these settings are set to how I want and everything works. However, if I open an existing file (scss or html) that has indentations as 2 spaces, my Sublime settings are overwritten and indentations change to 2 spaces. If I click View >