Revision 657d2a1f7e13d376f7a0bc7b0cfd0ca66e35e49e authored by Thomas Fischer on 07 October 2021, 11:46:18 UTC, committed by Thomas Fischer on 07 October 2021, 15:20:28 UTC
1 parent 9505d11
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