https://gitlab.opengeosys.org/ogs/ogs.git
Revision e6940934ced92029db01299cd60c5a9320c30ddf authored by Jan Thiedau on 17 September 2021, 05:45:50 UTC, committed by Jan Thiedau on 17 September 2021, 05:45:50 UTC
1 parent f517310
Raw File
Tip revision: e6940934ced92029db01299cd60c5a9320c30ddf authored by Jan Thiedau on 17 September 2021, 05:45:50 UTC
RM Test: slightly change threshold for saturation
Tip revision: e694093
.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