diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2023-10-12 11:26:45 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2023-10-12 11:26:45 +0200 |
| commit | cdeabb2dc35074c3ae9562b9b0c6b05305650971 (patch) | |
| tree | fa83bbb9eeaeb0a0bd3cbba9fe3d1630aa94e328 /.vscode/settings.json | |
| parent | 3c490b566fab56d92cbe9dc7dc21e3b9114d23c1 (diff) | |
| download | teachos-cdeabb2dc35074c3ae9562b9b0c6b05305650971.tar.xz teachos-cdeabb2dc35074c3ae9562b9b0c6b05305650971.zip | |
ide: configure formatting
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 2e9f833..f7a4d59 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,12 @@ "C_Cpp.autoAddFileAssociations": false, "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", + "C_Cpp.formatting": "clangFormat", + + "[cpp]": { + "editor.formatOnSave": true, + "editor.tabSize": 2, + }, "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" |
