Revision 261de7d448d47dd4ff090a8f713681f03a2db4de authored by Lars Bilke on 20 September 2021, 06:54:14 UTC, committed by Lars Bilke on 20 September 2021, 06:54:14 UTC
1 parent e6bbe71
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