I’m seeing a weird issue in build 3131, and I can’t put my finger on why it’s occurring. I have one Python file in my project that, when I open it in Sublime, results in the tab spacing being set to 2 spaces. All other Python files in this project open with a tab spacing of 4 spaces (which I prefer).
If I open the problematic file, change the spacing to 4, close the file, and reopen it, the tab spacing gets set back to 2 spaces. Changing the file (and saving it) makes no difference.
Does anyone have any idea why one particular file should result in the tab spacing being set to something different? Could there be a file-specific setting somewhere? Is there a way I can force all Python files to open with a tab spacing of 4 spaces?