We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01509ac + c35b238 commit 296a20cCopy full SHA for 296a20c
1 file changed
SublimePython.sublime-settings
@@ -36,7 +36,7 @@
36
// disable certain pep8 errors
37
// overview of possible error codes at http://pep8.readthedocs.org/en/latest/intro.html#error-codes
38
"pep8_ignore": [],
39
- "pep8_max_line_length": 80,
+ "pep8_max_line_length": 79,
40
"pyflakes_ignore": [],
41
42
// If the organize imports refactoring should be called on every file save
0 commit comments