https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 02e49fb5c5d38f5ac6d669e62d61a1f7154763cc authored by Lars Bilke on 21 June 2021, 10:18:20 UTC
[web] Minor site search css tweaks.
Tip revision: 02e49fb
.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