Revision 9637b1bfa87d10aa1e9d98a609e08b9105d73be3 authored by Lars Bilke on 06 October 2021, 14:14:43 UTC, committed by Lars Bilke on 11 October 2021, 08:32:08 UTC
1 parent 56bbd5e
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