https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 509820c4d43465909e5a903c860eb790c8efa735 authored by Lars Bilke on 27 August 2021, 07:18:00 UTC
[ci] Fix pre-commit job not picking the correct merge-base sha.
Tip revision: 509820c
.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