diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index d237db4..24f5d88 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,5 +11,9 @@ "C_Cpp.autoAddFileAssociations": false, // RST Configuration - "restructuredtext.confPath": "${workspaceFolder}/doc/src" + "restructuredtext.confPath": "${workspaceFolder}/doc/src", + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + }, + "python.formatting.provider": "none" }
\ No newline at end of file |
