https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 61613f23caa482fe53a4106e11aa3c24c0d968bf authored by joergbuchwald on 03 June 2021, 10:22:28 UTC
Merge branch 'saturation_dependent_thermal_conductivity' into 'master'
Tip revision: 61613f2
.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