https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 35dd30755264f98d22bd546352d75ebfb3c148f1 authored by wenqing on 25 February 2021, 08:50:21 UTC
Merge branch 'TM_fixing' into 'master'
Tip revision: 35dd307
.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,toml,html,css,js,scss}]
indent_size = 2
back to top