Revision f07a50f2586d0bc0185bcb5f96c6a96f19db554a authored by Lars Bilke on 05 July 2021, 11:05:45 UTC, committed by Lars Bilke on 07 July 2021, 06:14:15 UTC
1 parent b702542
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