https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b3fc23b5f0fea43b0c7e3a9ac80689fc182d59c2 authored by Christoph Lehmann on 15 September 2023, 07:04:21 UTC
Merge branch 'rtp-compute-only-upon-timestep-change' into 'master'
Tip revision: b3fc23b
.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