We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d8126 commit 49b89caCopy full SHA for 49b89ca
1 file changed
.sublimelinterrc
@@ -1,5 +1,9 @@
1
{
2
+ "@python": 3,
3
"linters": {
4
+ "flake8": {
5
+ "max-line-length": 120
6
+ },
7
"pep8": {
8
"max-line-length": 120
9
}
0 commit comments