Revision 5ae119f15068d4d29baa6003848a26ff785f043f authored by Dmitri Naumov on 13 March 2021, 15:51:21 UTC, committed by Dmitry Yu. Naumov on 22 March 2021, 20:39:56 UTC
1 parent c097de8
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