https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2c4697de7bcd9643d3fbde1992f5e8844e12804f authored by Norbert Grunwald on 14 September 2021, 10:22:34 UTC
[T/TH2M] updated reference files include aeraulic_flow and heat_flux
Tip revision: 2c4697d
.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