https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f5f5a9dfda4a2120f1a83693858b878ac39cadba authored by Lars Bilke on 19 April 2021, 21:15:36 UTC
[conan] Bump Qt to 5.15 on Linux and Mac.
Tip revision: f5f5a9d
.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