https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b7c8a11776b4f77fbc505a1ff41d155c88b51f4b authored by Christoph Lehmann on 13 March 2023, 19:28:57 UTC
Merge branch 'localdof' into 'master'
Tip revision: b7c8a11
.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