Revision 46fcc1b13c9bf52c634a185c25788ae508ff3b1e authored by Thomas Fischer on 18 June 2021, 09:07:35 UTC, committed by Thomas Fischer on 18 June 2021, 15:56:34 UTC
1 parent e75c84b
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