Revision 8b9b92c238a06181595aefa9586379e5129aeefb authored by Dmitri Naumov on 20 March 2023, 14:59:50 UTC, committed by Dmitri Naumov on 20 March 2023, 15:09:34 UTC
1 parent 5ce799c
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