https://gitlab.opengeosys.org/ogs/ogs.git
Revision c621d74583bf6b82d23dfcb9226239d86822dff4 authored by Dominik Kern on 16 March 2021, 15:55:24 UTC, committed by Dmitry Yu. Naumov on 18 March 2021, 14:05:30 UTC
1 parent 65787da
Raw File
Tip revision: c621d74583bf6b82d23dfcb9226239d86822dff4 authored by Dominik Kern on 16 March 2021, 15:55:24 UTC
commented code blocks removed
Tip revision: c621d74
.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