fixed the autopep8 args
This commit is contained in:
@@ -26,9 +26,11 @@
|
||||
// "python.editor.defaultFormatter": "ms-python.autopep8",
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.autopep8",
|
||||
"formatting.autopep8Args": ["--max-line-length", "120", "--experimental"],
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
},
|
||||
"autopep8.args": [
|
||||
"--max-line-length 120"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user