Revision c28e2fad77f30400116e709222aab06dfc6cb76b authored by Wenqing Wang on 16 March 2021, 11:19:10 UTC, committed by Wenqing Wang on 19 March 2021, 08:04:01 UTC
1 parent 161ee51
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