Revision b46ce10c8ac031f53c5a7c0741748273f7f849de authored by Wenqing Wang on 17 May 2021, 11:38:57 UTC, committed by Dmitri Naumov on 18 May 2021, 09:10:04 UTC
1 parent e6976f8
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