https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a7ff9cf64b9da994908265f9b3a453c046f25391 authored by Thomas Fischer on 09 September 2021, 07:42:02 UTC
[A/U/ModelPreparation] Update copyright.
Tip revision: a7ff9cf
.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