diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 6178035..e8e872e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,12 +7,12 @@ "--query-driver=/opt/toolchain/bin/x86_64-pc-elf-g++" ], + "files.associations": { + "**/kstd/include/kstd/**": "cpp", + }, + "[cpp]": { "editor.formatOnSave": true, "editor.tabSize": 2, - }, - - "[python]": { - "editor.defaultFormatter": "ms-python.black-formatter" - }, + } }
\ No newline at end of file |
