https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 37597e0cd0df9d7052fc27e0cad92bf51998780f authored by Dmitry Yu. Naumov on 22 March 2021, 10:27:10 UTC
Merge branch 'SeparateTimeDependentDirichletAndSubdomainDeactivation' into 'master'
Tip revision: 37597e0
.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