Revision d9825ecba2b738d77aa62f3e19c17bb689ee8b26 authored by Dmitry Yu. Naumov on 20 February 2021, 10:45:34 UTC, committed by Dmitry Yu. Naumov on 20 February 2021, 10:45:34 UTC
Use MPL in ThermoMechanics

See merge request ogs/ogs!3429
2 parent s 1e33303 + 2b799b1
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