https://gitlab.opengeosys.org/ogs/ogs.git
Revision be803209871fb948f3138b3ee20c51c53750c665 authored by Lars Bilke on 06 May 2021, 11:37:44 UTC, committed by Dmitri Naumov on 09 May 2021, 12:04:25 UTC
1 parent 5394471
Raw File
Tip revision: be803209871fb948f3138b3ee20c51c53750c665 authored by Lars Bilke on 06 May 2021, 11:37:44 UTC
[cli] Output CMake arguments on `ogs --version`.
Tip revision: be80320
.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