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
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top