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 e500140 commit fdfd1b2Copy full SHA for fdfd1b2
1 file changed
.vscode/settings.json
@@ -1,11 +1,16 @@
1
{
2
- "C_Cpp.clang_format_fallbackStyle": "none",
+ "editor.fontLigatures": false,
3
+
4
+ "C_Cpp.intelliSenseEngine": "Tag Parser",
5
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": false,
6
7
+ "editor.formatOnSave": false,
8
9
+ "C_Cpp.clang_format_fallbackStyle": "GNU",
10
"C_Cpp.formatting": "disabled",
- "C_Cpp.intelliSenseEngine": "Tag Parser",
11
12
"[c]": {
13
"editor.defaultFormatter": null,
- "editor.tabSize": 2
14
},
15
"[h]": {
16
"editor.defaultFormatter": null
@@ -16,6 +21,6 @@
21
"[yaml]": {
17
22
"editor.defaultFormatter": "redhat.vscode-yaml"
18
23
19
- "editor.formatOnSave": false,
20
- "vscode-just.formatOnSave": false
-}
24
25
+ "vscode-just.formatOnSave": false,
26
+}
0 commit comments