sublime 3103 python source file indent size not correct !
I set
tab_size : 4,
but when I edit python source file , the auto indent tab size is always 2
How to correct ?
Thanks !
sublime 3103 python source file indent size not correct !
I set
tab_size : 4,
but when I edit python source file , the auto indent tab size is always 2
How to correct ?
Thanks !
Do you have a syntax-specific configuration, perhaps? With a Python file open, go to Preferences > Settings - More > Syntax Specific - User and see if you have a tab size set there.
Also check to see that your project isn’t using an .editorconfig file. There is a module for Sublime that uses editorconfig files.