Revision 8e767720b0cecd677c7e66716886492a68aba319 authored by Lars Bilke on 23 March 2023, 14:12:40 UTC, committed by Lars Bilke on 24 March 2023, 10:13:28 UTC
1 parent e5a16a9
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