https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9766dd52278da4d8369cd9c84a029d4b8509c3a9 authored by montoyav on 11 March 2021, 15:05:22 UTC
Merge branch 'cherry-pick-190cc018' into 'master'
Tip revision: 9766dd5
.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