https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c9b02fe61c7e411eb46e0e40f6ec3583268c8b02 authored by Lars Bilke on 19 February 2021, 21:49:15 UTC
Merge branch 'doxygen-header' into 'master'
Tip revision: c9b02fe
.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,toml,html,css,js,scss}]
indent_size = 2
back to top