https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3bf620c5e6d91e8ab75ec74e5111e5fd35c8e49f authored by Tom Fischer on 28 May 2021, 08:41:38 UTC
Merge branch 'DataExplorerFixWarnings' into 'master'
Tip revision: 3bf620c
.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