https://gitlab.opengeosys.org/ogs/ogs.git
Revision 6aafb97a18c9c869c1595dea82d5ce698138080c authored by Lars Bilke on 03 August 2021, 06:18:56 UTC, committed by Lars Bilke on 03 August 2021, 12:16:45 UTC
1 parent 5ac8459
Raw File
Tip revision: 6aafb97a18c9c869c1595dea82d5ce698138080c authored by Lars Bilke on 03 August 2021, 06:18:56 UTC
[ci] Suppress CMake dev warnings.
Tip revision: 6aafb97
.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