Revision d4ccedef649c3c4e0563f751cf9f716f5d8bd10e authored by Lars Bilke on 19 July 2021, 09:10:22 UTC, committed by Lars Bilke on 20 July 2021, 18:41:53 UTC
1 parent 5e78f93
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