https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5d2afaa5c9a211fb7e2806f580dd1de68fdfd88c authored by Lars Bilke on 20 August 2020, 18:21:37 UTC, committed by Lars Bilke on 01 September 2020, 11:50:36 UTC
1 parent 1cc9cea
Raw File
Tip revision: 5d2afaa5c9a211fb7e2806f580dd1de68fdfd88c authored by Lars Bilke on 20 August 2020, 18:21:37 UTC
[web] wip: front page styling
Tip revision: 5d2afaa
.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