mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 11:58:41 +03:00
Fixing Cmake file and making dbg files build by default
This commit is contained in:
parent
0ced3c5216
commit
d96f00af2a
3 changed files with 18 additions and 16 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue