https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 85b254592b1664a3e2a45764631d77086f865eee authored by Lars Bilke on 23 August 2021, 13:03:41 UTC
[ci] Fix pre-commit jobs on fork pipelines.
Tip revision: 85b2545
.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