7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
|
// These settings override both User and Default settings for the Python syntax
|
||
|
{
|
||
|
"tab_size": 4,
|
||
|
"translate_tabs_to_spaces": true,
|
||
|
"rulers": [80]
|
||
|
}
|