https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0dafb9130a112a1b3b271eb869209ba5fcad20b6 authored by Lars Bilke on 09 April 2021, 09:46:35 UTC
Merge branch 'fix-linking-gui-tools' into 'master'
Tip revision: 0dafb91
.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