Revision 58258eb9a67a4e027592ff06c12217925948f1ed authored by Lars Bilke on 08 February 2021, 21:57:54 UTC, committed by Lars Bilke on 15 February 2021, 14:13:01 UTC
1 parent 23fbc6b
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