Update to Google CPP style guide

This commit is contained in:
Tyeth Gundry 2025-03-06 18:39:02 +00:00
parent d4e88a39be
commit bcd3bd7288

View file

@ -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"
}