|
@@ -3,13 +3,13 @@
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSave": true,
|
|
"isort.args": ["--line-length", "120"],
|
|
"isort.args": ["--line-length", "120"],
|
|
"prettier.printWidth": 120,
|
|
"prettier.printWidth": 120,
|
|
- "python.formatting.provider": "autopep8",
|
|
|
|
|
|
+ "python.formatting.provider": "none",
|
|
"python.formatting.autopep8Args": ["--max-line-length=120", "--experimental"],
|
|
"python.formatting.autopep8Args": ["--max-line-length=120", "--experimental"],
|
|
"python.testing.pytestArgs": ["."],
|
|
"python.testing.pytestArgs": ["."],
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.unittestEnabled": false,
|
|
"[python]": {
|
|
"[python]": {
|
|
- "editor.defaultFormatter": "ms-python.python",
|
|
|
|
|
|
+ "editor.defaultFormatter": "ms-python.autopep8",
|
|
"editor.codeActionsOnSave": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
"source.organizeImports": true
|
|
}
|
|
}
|