https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f689f3c15d247d5761f6e6b54c86fb7308b93718 authored by Lars Bilke on 04 October 2021, 06:34:00 UTC
Merge branch 'fix-win' into 'master'
Tip revision: f689f3c
.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