Revision 74662431331c6e4a1bee5c0fde92d1e74b768a54 authored by Wenqing Wang on 07 March 2021, 09:25:21 UTC, committed by Wenqing Wang on 23 March 2021, 08:04:29 UTC
1 parent 8580225
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