https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fe7dc5e2491f2413023f7dfc51b0feaa0f3ee53e authored by Lars Bilke on 17 April 2023, 08:55:29 UTC
Merge branch 'reqs-rm-editable' into 'master'
Tip revision: fe7dc5e
.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,md}]
indent_size = 2
back to top