Revision 6b774728afd436bbbaa496c720c1bebb21d8bd98 authored by Lars Bilke on 15 April 2021, 14:57:39 UTC, committed by Lars Bilke on 16 April 2021, 11:16:14 UTC
1 parent 4e95dc5
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