Revision 155530de39be51481a99a247b3d2fe0c2349921b authored by Tom Fischer on 07 October 2021, 04:33:47 UTC, committed by Tom Fischer on 07 October 2021, 04:33:47 UTC
[MaL/PETSc] Fix order of matrix options.

Closes #3202 and #3203

See merge request ogs/ogs!3817
2 parent s cbb921f + 9bdc4d6
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