https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 670c6ae58c68adee256396b5e1383b324150d5d2 authored by Lars Bilke on 09 March 2021, 19:17:41 UTC
[cpm] Fixed shapelib used from system.
Tip revision: 670c6ae
.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