https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8c5fe03a25de6f37d8ad6a3fd4ed285a1b89ca7a authored by wenqing on 02 August 2021, 17:01:49 UTC
Merge branch 'THM_update' into 'master'
Tip revision: 8c5fe03
.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