diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 51bcf93..2e9f833 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,8 @@ "C_Cpp.autoAddFileAssociations": false, "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", - // "[python]": { - // "editor.defaultFormatter": "ms-python.black-formatter" - // }, -}
\ No newline at end of file + + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + }, + }
\ No newline at end of file |
