Revision cb07cd1f82ea90bda0c3e44ad9b96a0028b9736d authored by Lars Bilke on 29 March 2022, 09:43:52 UTC, committed by Lars Bilke on 30 March 2022, 11:05:00 UTC
1 parent fabdee6
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