Revision 8c330c45205f5b2fc245e2a16efb1e744dc91837 authored by montoyav on 15 December 2020, 06:26:05 UTC, committed by montoyav on 15 December 2020, 06:26:05 UTC
Draft: Replace HC-Process.pdf in the web-documentation of the Saturated Mass Transport benchmark in the hydro-component section

See merge request ogs/ogs!3216
2 parent s 391bbd1 + f54d85b
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