Skip to content

Commit fdfd1b2

Browse files
committed
Update VS Code settings
1 parent e500140 commit fdfd1b2

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.vscode/settings.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"C_Cpp.clang_format_fallbackStyle": "none",
2+
"editor.fontLigatures": false,
3+
4+
"C_Cpp.intelliSenseEngine": "Tag Parser",
35
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": false,
6+
7+
"editor.formatOnSave": false,
8+
9+
"C_Cpp.clang_format_fallbackStyle": "GNU",
410
"C_Cpp.formatting": "disabled",
5-
"C_Cpp.intelliSenseEngine": "Tag Parser",
11+
612
"[c]": {
713
"editor.defaultFormatter": null,
8-
"editor.tabSize": 2
914
},
1015
"[h]": {
1116
"editor.defaultFormatter": null
@@ -16,6 +21,6 @@
1621
"[yaml]": {
1722
"editor.defaultFormatter": "redhat.vscode-yaml"
1823
},
19-
"editor.formatOnSave": false,
20-
"vscode-just.formatOnSave": false
21-
}
24+
25+
"vscode-just.formatOnSave": false,
26+
}

0 commit comments

Comments
 (0)