Revision 8a4588399c5df3a44ef4fa64ec2e94c345def8c7 authored by tnagel on 02 April 2023, 13:43:57 UTC, committed by tnagel on 02 April 2023, 13:43:57 UTC
1 parent 4896848
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