https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e789827cfe43b0bf9f4881987d1642ca006be5bd authored by Lars Bilke on 12 March 2021, 20:21:11 UTC
Merge branch 'eve-foss2020b' into 'master'
Tip revision: e789827
.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