Revision 87027cf9c31e86e6353da27bfb2876de77df335f authored by Dmitri Naumov on 27 August 2021, 15:47:50 UTC, committed by Dmitri Naumov on 30 August 2021, 21:47:26 UTC
1 parent 2512d49
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