dotfiles/sublime/Python.sublime-settings
2019-02-08 09:03:23 +01:00

8 lines
260 B
Plaintext

// These settings override both User and Default settings for the Python syntax
{
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
// If enabled, will highlight any line with a caret
"highlight_line": false,
}