https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 36739a737a2e432bc332ed484e58202701da8cc0 authored by Dominik Kern on 16 November 2021, 08:33:19 UTC
add parameter to config, use it in HM process and document it
Tip revision: 36739a7
.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