https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5a78a7469e43ed55948ffc8ce4f5ab88111cd8dc authored by Lars Bilke on 21 December 2022, 10:30:49 UTC, committed by Lars Bilke on 21 December 2022, 10:54:15 UTC
1 parent 53f1718
Raw File
Tip revision: 5a78a7469e43ed55948ffc8ce4f5ab88111cd8dc authored by Lars Bilke on 21 December 2022, 10:30:49 UTC
[web] Some tweaks to the documentation pages.
Tip revision: 5a78a74
.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,md}]
indent_size = 2
back to top