Revision 77f5b851c5231b9edb3d88d46ac06ff4b11e2bd0 authored by Wenqing Wang on 28 January 2021, 13:52:34 UTC, committed by Wenqing Wang on 03 February 2021, 11:28:58 UTC
1 parent 5af7e0d
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