https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: cd2a40be81bf981de41c3d9c23ffc59b5ee78458 authored by Thomas Fischer on 03 March 2021, 07:37:11 UTC
[Tests/Data] Fix of ghost data requires update.
Tip revision: cd2a40b
.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