Revision 1a37c73dfcf3302dab0ebc2f533a77b983bf53da authored by Dmitri Naumov on 20 March 2021, 20:57:49 UTC, committed by Dmitri Naumov on 22 March 2021, 10:56:43 UTC
1 parent db6cb66
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