https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d30fa4a9d259e6a1fb1336b7734d9e0f58acd4ee authored by Christoph Lehmann on 15 September 2023, 06:14:39 UTC
Merge branch 'strain-dependent-permeability' into 'master'
Tip revision: d30fa4a
.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,md}]
indent_size = 2
back to top