Revision 18e3f986c60426bc6e50113a218c09c7705d6b96 authored by Wenqing Wang on 16 March 2021, 10:09:22 UTC, committed by Wenqing Wang on 19 March 2021, 08:00:25 UTC
1 parent 1b7c954
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