Revision 2eb400d392d244a95ac2029551cbc430ad1678af authored by Thomas Fischer on 29 July 2021, 11:59:53 UTC, committed by Thomas Fischer on 07 September 2021, 08:51:04 UTC
1 parent 62e8245
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