https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ac2fc81cc692fe91a70ca6346849ebcbc6b4dd88 authored by Norbert Grunwald on 22 April 2021, 10:28:30 UTC
rename 'vapor_pressure' to 'vapour_pressure'
Tip revision: ac2fc81
.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