https://gitlab.opengeosys.org/ogs/ogs.git
Revision 3fc8c0e038f919f14ab19c958fcee75bc5901553 authored by Lars Bilke on 19 July 2021, 08:55:53 UTC, committed by Lars Bilke on 20 July 2021, 18:41:53 UTC
1 parent 59631f8
Raw File
Tip revision: 3fc8c0e038f919f14ab19c958fcee75bc5901553 authored by Lars Bilke on 19 July 2021, 08:55:53 UTC
[web] Moved (web) documentation to workflows.
Tip revision: 3fc8c0e
.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