https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ef9cb3c527e4119ae00c8859ff391ffbd8c917ec authored by Tom Fischer on 15 November 2023, 07:19:31 UTC
Merge branch 'ImproveNeumannParameterEvaluation' into 'master'
Tip revision: ef9cb3c
.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