Revision ac0da440910c6efc7837ee223d04acb16b6e3259 authored by Lars Bilke on 10 May 2021, 08:07:01 UTC, committed by Lars Bilke on 10 May 2021, 08:07:01 UTC
1 parent 9e18c39
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