7 lines
260 B
Text
7 lines
260 B
Text
// 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,
|
|
}
|