https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1c97e42017990f4ceed1fdad001aeb692b774b32 authored by Lars Bilke on 25 May 2021, 07:18:35 UTC, committed by Lars Bilke on 28 May 2021, 11:36:18 UTC
1 parent 18f3516
Raw File
Tip revision: 1c97e42017990f4ceed1fdad001aeb692b774b32 authored by Lars Bilke on 25 May 2021, 07:18:35 UTC
[ci] Streamlined Docker image selection logic.
Tip revision: 1c97e42
.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