Revision 480f6b89eda6f728f27ebcb2ce47ec85c588e65f authored by Dmitri Naumov on 01 March 2021, 15:25:50 UTC, committed by Dmitri Naumov on 09 March 2021, 09:17:26 UTC
1 parent 93fe62d
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