https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: feb922f4fe61a5d394bb87b2621dce9677399885 authored by Lars Bilke on 23 July 2021, 08:32:48 UTC
Merge branch 'ci-deps' into 'master'
Tip revision: feb922f
.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