Revision de456dcd087a6c824eba37c26e6ce82222ce91a3 authored by Dmitry Yu. Naumov on 17 June 2021, 17:43:27 UTC, committed by Dmitry Yu. Naumov on 17 June 2021, 17:43:27 UTC
[ML] Preload mfront libraries on Linux.

Closes #3073 and #3037

See merge request ogs/ogs!3663
2 parent s 8576730 + 08b72ba
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