https://gitlab.opengeosys.org/ogs/ogs.git
Revision c48539eee2d6bbab37ecdb14451226e3c4087613 authored by Lars Bilke on 08 February 2023, 19:22:05 UTC, committed by Lars Bilke on 09 February 2023, 08:45:31 UTC
See https://github.com/Kitware/CDash/issues/1292.
1 parent ca5877c
Raw File
Tip revision: c48539eee2d6bbab37ecdb14451226e3c4087613 authored by Lars Bilke on 08 February 2023, 19:22:05 UTC
[cmake] Fix CDash BUILDNAME.
Tip revision: c48539e
.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,md}]
indent_size = 2
back to top