https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dc472c9165496939d4815276d6c2e691b0f0ef19 authored by Lars Bilke on 05 October 2021, 07:32:07 UTC
Merge branch 'container-cpu-target' into 'master'
Tip revision: dc472c9
.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