You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
I'm using +2 ws for blocks, +4 ws for overlong lines for indentation.
In Sublime Text, whenever I press enter, semicolon, or a number of other characters, the editor re-indents my contents to be +4 relativ to the last block starter (but also case label etc).
Any idea what's going on? I tried changing the hard coded 'tab_size' value in the .py plugin, to no avail.
I'm using +2 ws for blocks, +4 ws for overlong lines for indentation.
In Sublime Text, whenever I press enter, semicolon, or a number of other characters, the editor re-indents my contents to be +4 relativ to the last block starter (but also case label etc).
Any idea what's going on? I tried changing the hard coded 'tab_size' value in the .py plugin, to no avail.