https://gitlab.opengeosys.org/ogs/ogs.git
Revision 96780f6caccae3c623d82cdb1e5c8ffbc176f935 authored by Lars Bilke on 02 March 2021, 19:47:10 UTC, committed by Lars Bilke on 02 March 2021, 19:47:10 UTC
1 parent 0af78e8
Raw File
Tip revision: 96780f6caccae3c623d82cdb1e5c8ffbc176f935 authored by Lars Bilke on 02 March 2021, 19:47:10 UTC
[ci] Fix check header job
Tip revision: 96780f6
.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,toml,html,css,js,scss}]
indent_size = 2
back to top