https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 663ba75ef9657ea3f16527fa64dcb945531c0160 authored by Dmitry Yu. Naumov on 12 October 2021, 11:38:05 UTC
Merge branch 'MPL_in_ThermalTwoPhaseFlowWithPP_part_1' into 'master'
Tip revision: 663ba75
.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