Revision 8b56b636979d50bdbfba608b1212935919872d47 authored by Lars Bilke on 23 April 2021, 10:27:19 UTC, committed by Lars Bilke on 23 April 2021, 10:27:19 UTC
Pipelines may run a bit faster.
1 parent 76f0149
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