Revision 42db96b95dcf5ce2b765068aa3b95e831f091abd authored by Lars Bilke on 22 February 2021, 14:17:06 UTC, committed by Lars Bilke on 08 March 2021, 11:31:53 UTC
1 parent 6ebfe9a
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