https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 654d90da5e30e62bfa68faf78492ebe221d62a95 authored by joergbuchwald on 01 October 2021, 13:28:26 UTC
Merge branch 'van_genuchten_exp' into 'master'
Tip revision: 654d90d
.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