Revision 1cbb3248776c67499062e34e90d74e21e7cbc77b authored by Tom Fischer on 20 April 2023, 13:41:47 UTC, committed by Tom Fischer on 20 April 2023, 13:41:47 UTC
Draft: Control which variable is written

See merge request ogs/ogs!4557
2 parent s 58caec2 + 3a3b3a7
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