Revision f04fd77334fdf76a18e2fd871a465e98f50a4b3d authored by Lars Bilke on 08 December 2022, 08:58:27 UTC, committed by Lars Bilke on 08 December 2022, 12:32:51 UTC
1 parent 50447c8
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