https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ba87dd36b00acde6f0fd0f0195111f76b1ea1f38 authored by Lars Bilke on 15 September 2021, 06:33:46 UTC
[cmake] Make git optional.
Tip revision: ba87dd3
.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