Revision fe3ad6ed34adb4906fb3738f4aa6dc4b32a1ea4a authored by Thomas Fischer on 11 December 2020, 11:53:04 UTC, committed by Thomas Fischer on 14 December 2020, 05:07:26 UTC
1 parent 9374baa
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