Update to Google CPP style guide
This commit is contained in:
parent
d4e88a39be
commit
bcd3bd7288
1 changed files with 3 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -5,5 +5,7 @@
|
|||
},
|
||||
"C_Cpp.dimInactiveRegions": true,
|
||||
"dotnet.defaultSolution": "disable",
|
||||
"cmake.configureOnOpen": false
|
||||
"cmake.configureOnOpen": false,
|
||||
"C_Cpp.clang_format_fallbackStyle": "Google",
|
||||
"C_Cpp.clang_format_style": "file"
|
||||
}
|
||||
Loading…
Reference in a new issue