Revision 5108dd09725c5010d3d698f253a3f61c2f2cdf3f authored by shuangchen on 16 September 2020, 12:32:57 UTC, committed by shuangchen on 16 September 2020, 12:32:57 UTC
1 parent 8b24e3b
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