https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e461e8eaa9eaaa79d16da3ce09000b15ddc4e3c5 authored by Boyan Meng on 26 November 2021, 19:02:27 UTC
Merge branch 'OGS_H2_doc' into 'master'
Tip revision: e461e8e
.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