You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
374 B
17 lines
374 B
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.tabSize": 4,
|
|
"[python]": {
|
|
"editor.wordBasedSuggestions": false,
|
|
"editor.defaultFormatter": null
|
|
},
|
|
/*
|
|
"python.formatting.provider": "autopep8",
|
|
"python.formatting.autopep8Args": [
|
|
"--max-line-length",
|
|
"120",
|
|
"--experimental"
|
|
],
|
|
*/
|
|
"editor.bracketPairColorization.enabled": true
|
|
}
|