https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c54e5918a09b70f42ce39902b55a70c56079b5b2 authored by Norbert Grunwald on 30 April 2021, 20:51:27 UTC
Merge branch 'th2m' into 'master'
Tip revision: c54e591
.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