Revision 13a23b3a90f900f010e221063a519a23d86680cb authored by joergbuchwald on 12 December 2022, 19:27:33 UTC, committed by joergbuchwald on 02 February 2023, 14:24:03 UTC
1 parent e998794
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