Fixing Cmake file and making dbg files build by default

This commit is contained in:
Gustavo Varo 2025-03-05 17:33:44 -05:00
parent 0ced3c5216
commit d96f00af2a
3 changed files with 18 additions and 16 deletions

View file

@ -22,7 +22,7 @@ BraceWrapping:
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: true
AfterFunction: false
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
@ -105,6 +105,6 @@ SpacesInCStyleCastParentheses: false
SpacesInContainerLiterals: true
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp20
Standard: Cpp11
TabWidth: 4
UseTab: Never