https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d7942762e13fe1464adadccb90c83a8a13f50064 authored by renchao_lu on 18 September 2021, 11:08:34 UTC
[Docu] add parameter documentation.
Tip revision: d794276
.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