Revision 8a029f752071daf360cc113c1914bbeb3971e30c authored by Wenqing Wang on 05 March 2021, 10:41:52 UTC, committed by Wenqing Wang on 18 March 2021, 09:56:56 UTC
1 parent 0b15875
Raw File
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top