https://gitlab.opengeosys.org/ogs/ogs.git
Revision 283510db043347941f65d129a119c1198ab170c9 authored by Wenqing Wang on 15 April 2020, 07:38:15 UTC, committed by Wenqing Wang on 16 February 2021, 12:16:27 UTC
1 parent f14b87a
Raw File
Tip revision: 283510db043347941f65d129a119c1198ab170c9 authored by Wenqing Wang on 15 April 2020, 07:38:15 UTC
[MPL] Enabled RelPermNonWettingPhaseVanGenuchtenMualem
Tip revision: 283510d
.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