https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2d267e58154ae6606cc4c1da105879c18a4e5705 authored by montoyav on 15 March 2021, 10:16:33 UTC
Merge branch 'cherry-pick-54f2208a' into 'master'
Tip revision: 2d267e5
.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