We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17a1c7 commit cdf6c09Copy full SHA for cdf6c09
1 file changed
.vscode/settings.json
@@ -1,12 +1,21 @@
1
{
2
- "C_Cpp.intelliSenseEngine": "Tag Parser",
+ "C_Cpp.clang_format_fallbackStyle": "none",
3
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": false,
4
- "editor.formatOnSave": false,
5
- "vscode-just.formatOnSave": false,
6
- "[yaml]": {
7
- "editor.defaultFormatter": "redhat.vscode-yaml"
+ "C_Cpp.formatting": "disabled",
+ "C_Cpp.intelliSenseEngine": "Tag Parser",
+ "[c]": {
+ "editor.defaultFormatter": null
8
+ },
9
+ "[h]": {
10
11
},
12
"[jsonc]": {
13
"editor.defaultFormatter": "vscode.json-language-features"
- }
-}
14
15
+ "[yaml]": {
16
+ "editor.defaultFormatter": "redhat.vscode-yaml"
17
18
+ "editor.formatOnSave": false,
19
+ "editor.tabSize": 2,
20
+ "vscode-just.formatOnSave": false
21
+}
0 commit comments