Revision da1df774157ade73292cb16b424d26c587a2db4c authored by Lars Bilke on 03 November 2022, 07:16:59 UTC, committed by Lars Bilke on 04 November 2022, 09:55:36 UTC
1 parent 00c1a7d
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