https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8c5fe03a25de6f37d8ad6a3fd4ed285a1b89ca7a authored by wenqing on 02 August 2021, 17:01:49 UTC
Merge branch 'THM_update' into 'master'
Tip revision: 8c5fe03
.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