https://gitlab.opengeosys.org/ogs/ogs.git
Revision ca6058e8ec96b22809c840b371e9e6ca6573420e authored by Lars Bilke on 12 April 2021, 12:27:14 UTC, committed by Lars Bilke on 12 April 2021, 12:27:14 UTC
1 parent 34323e8
Raw File
Tip revision: ca6058e8ec96b22809c840b371e9e6ca6573420e authored by Lars Bilke on 12 April 2021, 12:27:14 UTC
[ci] link-checker: fixed url.
Tip revision: ca6058e
.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