https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0a62bc845b10e1694b54d17174bb54018133eda4 authored by Dominik Kern on 05 May 2021, 18:04:41 UTC
Merge branch 'tiny_docu_changes' into 'master'
Tip revision: 0a62bc8
.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