Revision 8ef1220367e7e1166f26ff51ac94de4c4f71f409 authored by Lars Bilke on 19 June 2023, 08:02:48 UTC, committed by Lars Bilke on 19 June 2023, 08:02:48 UTC
1 parent 10070d5
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