https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 70aa34fa4ff15e4d7efc7ddfb9530860e5b435ab authored by Lars Bilke on 31 August 2021, 08:50:53 UTC
[pre-commit] Run git clang-format as a pre-commit check.
Tip revision: 70aa34f
.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