https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a68aa2cc2ae4aad1f108dcc076f99bb4da22d726 authored by Lars Bilke on 04 May 2021, 06:28:34 UTC
[conan] Migrate bincrafters repo.
Tip revision: a68aa2c
.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