https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2ba2e8354a1aed67e2d594a53f7b177cec675bac authored by Lars Bilke on 29 September 2021, 12:58:35 UTC
[ctest] Changed log file extension from .log to .txt.
Tip revision: 2ba2e83
.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