https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 648ebdb2853f34543d490a13d71476f9d4a5d5f8 authored by Dmitry Yu. Naumov on 21 March 2023, 12:08:29 UTC
Merge branch 'THM_updateConstitutive' into 'master'
Tip revision: 648ebdb
.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