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 d4e88a3 commit bcd3bd7Copy full SHA for bcd3bd7
.vscode/settings.json
@@ -5,5 +5,7 @@
5
},
6
"C_Cpp.dimInactiveRegions": true,
7
"dotnet.defaultSolution": "disable",
8
- "cmake.configureOnOpen": false
+ "cmake.configureOnOpen": false,
9
+ "C_Cpp.clang_format_fallbackStyle": "Google",
10
+ "C_Cpp.clang_format_style": "file"
11
}
0 commit comments