https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: cb53e9247fa3c9142b71a51e89973703ef99a77f authored by wenqing on 19 February 2021, 14:44:27 UTC
Merge branch 'somerton_thermal_K' into 'master'
Tip revision: cb53e92
.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,toml,html,css,js,scss}]
indent_size = 2
back to top