https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 48f80909dfdfd2f03a1541d08e6cbdc5a122b58c authored by renchao_lu on 09 June 2021, 19:50:22 UTC
[Web] Web documentation of the parallel-plate testcase.
Tip revision: 48f8090
.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