https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f7bfd07ae20ca2ea08b09ae5e0b0b85b5879861f authored by ShuangChen88 on 05 November 2021, 20:50:49 UTC
Merge branch 'BHEs_array_benchmark_docu_update' into 'master'
Tip revision: f7bfd07
.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