Revision 62229360be975dc71a4168262ef0dc03f8bf35aa authored by Lars Bilke on 14 December 2020, 12:47:55 UTC, committed by Lars Bilke on 16 December 2020, 08:11:15 UTC
1 parent f5b88ea
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