https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 865580bb3179c620b29826aca08b5aecc5212cc6 authored by wenqing on 23 March 2021, 20:54:30 UTC
Merge branch 'MPL_vapour_diffusionMPQ' into 'master'
Tip revision: 865580b
.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