Revision 6bcf628d5565f1c1474e27692072c5acd5e24ceb authored by wenqing on 05 July 2021, 15:55:36 UTC, committed by wenqing on 05 July 2021, 15:55:36 UTC
Added the missed {{< data-link >}} in the web documentation of CreepWithHeterogeneousReferenceTemperature

See merge request ogs/ogs!3691
2 parent s 1841e78 + 80a6d1a
Raw File
.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