Revision 09920487d2dd3ca5d66a788b1a42489ccfbbe8ac authored by Lars Bilke on 14 December 2020, 12:31:53 UTC, committed by Lars Bilke on 16 December 2020, 08:11:15 UTC
1 parent e43d7e1
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