Revision 0c68c226f2dd4f93a020c0565d65246719e0a50f authored by Wenqing Wang on 25 January 2021, 15:35:38 UTC, committed by Wenqing Wang on 25 January 2021, 15:35:38 UTC
1 parent c17dd18
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