https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 49ceccebd110ea9c4645dcae6ee30cd6e01f9bbb authored by Wenqing Wang on 16 April 2021, 15:32:16 UTC
[MPL/WVLH_CT] A little computational efficiency improvement.
Tip revision: 49cecce
.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