Add some VSCode configuration
This commit is contained in:
parent
eeaf6ccbb5
commit
1369edb175
1 changed files with 6 additions and 1 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -1,3 +1,8 @@
|
||||||
{
|
{
|
||||||
"python.analysis.typeCheckingMode": "basic"
|
"python.analysis.typeCheckingMode": "basic",
|
||||||
|
"editor.rulers": [88],
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
"files.trimFinalNewlines": true,
|
||||||
|
"files.trimTrailingWhitespace": true,
|
||||||
|
"python.formatting.provider": "black"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue