Revision d0a3aed5ec552fcb2499fdb48362fa26683cf6ca authored by Lars Bilke on 13 April 2021, 07:40:00 UTC, committed by Lars Bilke on 13 April 2021, 07:40:00 UTC
Fixes runtime crash.
1 parent 34323e8
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