Revision 4b02c231a3539179b423d57281b970faf784d5db authored by Dmitry Yu. Naumov on 12 February 2021, 10:19:37 UTC, committed by Dmitry Yu. Naumov on 12 February 2021, 10:19:37 UTC
RM; double porosity model

See merge request ogs/ogs!3405
2 parent s ab8d4bb + 51933b5
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,toml,html,css,js,scss}]
indent_size = 2
back to top