-
This commit is contained in:
14
.vscode/settings.json
vendored
Normal file
14
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "eeyore.yapf"
|
||||
},
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": "explicit"
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
"python.analysis.typeCheckingMode": "standard",
|
||||
"cSpell.words": [
|
||||
"backtest",
|
||||
"crossunder"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user