Revision 8890d2a15035f127b0023a9a650fd3c8a6553e90 authored by Dmitry Yu. Naumov on 13 June 2023, 13:14:58 UTC, committed by Dmitry Yu. Naumov on 13 June 2023, 13:14:58 UTC
MFront internal state variable initialization from project file

See merge request ogs/ogs!4636
2 parent s a1aa922 + e0b3784
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