https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ded400ff7e96d696436efe4491f2406ef80d4455 authored by renchao_lu on 24 July 2021, 22:28:57 UTC
fix pre-commit checking.
Tip revision: ded400f
.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