https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1ff098646fd9cbb20708aae34f19092b12c3a386 authored by renchao_lu on 09 August 2021, 15:58:32 UTC
[T] update reference results of testcases.
Tip revision: 1ff0986
.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