https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a1b27a6f1174184612c5b98ad19f4dd9fbfeddf4 authored by Tom Fischer on 24 April 2023, 08:47:14 UTC
Merge branch 'VariableOutput' into 'master'
Tip revision: a1b27a6
.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,md}]
indent_size = 2
back to top