Revision 26e1ea9feaed676fe8581f4e7d14aa7c39b5f3eb authored by Dmitri Naumov on 14 February 2021, 10:33:21 UTC, committed by Dmitri Naumov on 20 February 2021, 11:10:53 UTC
1 parent c9a95e5
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