Revision 7ae4794c0a5775f88ce4e109ceda0a3f4d2926e9 authored by Lars Bilke on 18 May 2021, 09:31:33 UTC, committed by Lars Bilke on 18 May 2021, 10:46:51 UTC
1 parent 970b671
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