Revision 840bc125b0e9964a26fb49a41a54f50d6f24d9ed authored by Lars Bilke on 22 February 2021, 07:46:40 UTC, committed by Lars Bilke on 22 February 2021, 07:46:40 UTC
1 parent 5a7375f
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