https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dce340b435b474e5a9db149d3e208acf5a1cbf1c authored by Lars Bilke on 27 July 2021, 15:10:50 UTC
[ci] Update pre-commit image.
Tip revision: dce340b
.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