Revision ed8902e8975cbef5bbde5ed93c2f02a0d967314b authored by rinkk on 23 September 2020, 08:48:01 UTC, committed by Lars Bilke on 03 December 2020, 19:34:13 UTC
1 parent 1bee091
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