https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5a7375f7729f99438acfc972d3b1769335c9b101 authored by Lars Bilke on 22 February 2021, 07:42:27 UTC, committed by Lars Bilke on 22 February 2021, 07:42:27 UTC
1 parent 62ec11f
Raw File
Tip revision: 5a7375f7729f99438acfc972d3b1769335c9b101 authored by Lars Bilke on 22 February 2021, 07:42:27 UTC
[web] Fixed devguide and benchmarks redirects.
Tip revision: 5a7375f
.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