Revision 4c9df27fe7f74872a80544351ab8becfb7300d9c authored by Dmitry Yu. Naumov on 24 May 2023, 09:38:37 UTC, committed by Dmitry Yu. Naumov on 24 May 2023, 09:38:37 UTC
Draft: TH2M changes necessary to use MFront material models

See merge request ogs/ogs!4476
2 parent s ad7390e + c1cda3c
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