Skip to content

Commit 8cac344

Browse files
committed
1 parent 5501ce3 commit 8cac344

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vscode/settings.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
88
"editor.insertSpaces": true,
99
"editor.detectIndentation": false,
1010
"editor.expandTabs": true,
11-
"C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "sameLine",
12-
"C_Cpp.vcFormat.newLine.beforeOpenBrace.function": "newLine",
13-
"C_Cpp.vcFormat.newLine.beforeElse": false
11+
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, BreakBeforeBraces: Mozilla }"
1412
}

0 commit comments

Comments
 (0)