https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a5f86cc25cdb4de1ff0c204fd0fd8a3e3c38e6e9 authored by Norbert Grunwald on 24 September 2021, 10:00:35 UTC
Merge branch 'TH2M_Liakopoulos' into 'master'
Tip revision: a5f86cc
.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