https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fcc1dc1cb3c908a93a2b19283491e65239de5e65 authored by wenqing on 05 September 2023, 09:46:43 UTC
Merge branch 'impr_vapor_diffusion' into 'master'
Tip revision: fcc1dc1
.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