https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ec229f2276d0101ffa525f8e1bf577a4f6b58f41 authored by Christoph Lehmann on 09 December 2021, 14:01:23 UTC
Merge branch 'refactor-process-output' into 'master'
Tip revision: ec229f2
.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