Revision b494735062cfdfb0b072a847b525c27b04fff4ff authored by Lars Bilke on 11 December 2020, 09:11:22 UTC, committed by Lars Bilke on 11 December 2020, 09:11:22 UTC
1 parent 761afeb
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