https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 74ea319e2b08364638ce1a3f91bff59d1c546f40 authored by Tom Fischer on 20 September 2021, 07:24:10 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: 74ea319
.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