https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f5fcaa954baa6e5454732dbc9bee208d96ed2881 authored by Dmitry Yu. Naumov on 30 March 2023, 18:08:28 UTC
Merge branch 'THM_updateConstitutive' into 'master'
Tip revision: f5fcaa9
.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