https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 26516680099e6292e949fccdfa4001a21cc95a35 authored by wenqing on 23 November 2021, 21:09:52 UTC
Merge branch 'format' into 'master'
Tip revision: 2651668
.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