https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a8a2144fa41d836d81c2bcb0570897aec75788a6 authored by Dominik Kern on 25 March 2021, 10:52:55 UTC
use unit mD precisely and correct nondim time
Tip revision: a8a2144
.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