https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8aaa42bcc29602d317fb6e8801f726d127051a27 authored by Wenqing Wang on 22 February 2021, 10:11:06 UTC
[Doc] A correction in citation in documentation of SoilThermalConductivitySomerton
Tip revision: 8aaa42b
.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