https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bf4e1cd53ba438c91071b6a0eab7013ca7f93d2e authored by Jörg Buchwald on 01 June 2021, 13:17:27 UTC
rename HeatConduction -> ThermalConductivity
Tip revision: bf4e1cd
.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