https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c98be45a72aa700f35a2ef59e6a027e671f4576a authored by Wenqing Wang on 08 October 2021, 15:27:35 UTC
[LIE/Test] Enabled one test
Tip revision: c98be45
.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