Revision 45cd627b648c210c91835c9ddc32afb09f6abf87 authored by Dmitri Naumov on 10 March 2021, 11:44:49 UTC, committed by Wenqing Wang on 11 March 2021, 09:41:46 UTC
1 parent d76d6df
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