https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 60f001ac6f22dbc680ba56b8cb30c5e533bf8597 authored by wenqing on 22 April 2021, 16:28:32 UTC
Merge branch 'MPL_vapour_general_latent_heat' into 'master'
Tip revision: 60f001a
.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