summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json20
1 files changed, 12 insertions, 8 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index f17b9e23e3..9aa546a787 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -9,13 +9,17 @@
9 "**/*.bin": true 9 "**/*.bin": true
10 }, 10 },
11 "files.associations": { 11 "files.associations": {
12 "*.h": "c", 12 "*.h": "c",
13 "*.c": "c", 13 "*.c": "c",
14 "*.inc": "c", 14 "*.inc": "c",
15 "*.cpp": "cpp", 15 "*.cpp": "cpp",
16 "*.hpp": "cpp", 16 "*.hpp": "cpp",
17 "xstddef": "c", 17 "xstddef": "c",
18 "type_traits": "c", 18 "type_traits": "c",
19 "utility": "c" 19 "utility": "c"
20 },
21 "[markdown]": {
22 "editor.trimAutoWhitespace": false,
23 "files.trimTrailingWhitespace": false
20 } 24 }
21} 25}