Revision 935d5e74e42e9aabf6ca81377205449ac6c4c5e5 authored by Lars Bilke on 12 March 2021, 09:48:49 UTC, committed by Lars Bilke on 15 March 2021, 19:29:41 UTC
1 parent dd9b10a
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