https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c45a53ad25ce59e30fe2cdbfacbc2be8ab8a821d authored by renchao.lu on 16 August 2021, 13:55:08 UTC
Merge branch 'fix-up' into 'master'
Tip revision: c45a53a
.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