mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 14:41:38 +00:00
12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
{
|
|
"@python": 3,
|
|
"linters": {
|
|
"flake8": {
|
|
"max-line-length": 120
|
|
},
|
|
"pep8": {
|
|
"max-line-length": 120
|
|
}
|
|
}
|
|
}
|