Revision a2a714f213cf63b73ebe83f995d16cac8762ef36 authored by Lars Bilke on 14 February 2022, 19:12:01 UTC, committed by Lars Bilke on 14 February 2022, 19:12:01 UTC
1 parent 44c108b
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