https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c422bc2c079b5aa62c7d698bc86bef8c49895399 authored by joergbuchwald on 19 October 2020, 14:57:38 UTC
move porositiy/permeability/biot coef to medium
Tip revision: c422bc2
.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