https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5a3fd5e0c9571c958a840c9d17e042bf93c81627 authored by Wenqing Wang on 19 February 2021, 11:16:10 UTC
[UnitTest/MPL] Added a test for SoilThermalConductivitySomerton<3>
Tip revision: 5a3fd5e
.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