Revision 1cc1dd6edc7ce40bfb84d7c5ab0be0ad76bb851d authored by Dmitry Yu. Naumov on 16 December 2020, 13:10:20 UTC, committed by Dmitry Yu. Naumov on 16 December 2020, 13:10:20 UTC
<MPL> Medium throws an error if a property is not defined in the input file

See merge request ogs/ogs!3337
2 parent s f1b7da1 + ebde0c7
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