https://gitlab.opengeosys.org/ogs/ogs.git
Revision 7095bad124f04f2e2aa47863ea1215a5392a3b4f authored by Lars Bilke on 24 February 2021, 08:56:19 UTC, committed by Lars Bilke on 08 March 2021, 19:43:09 UTC
1 parent a61d381
Raw File
Tip revision: 7095bad124f04f2e2aa47863ea1215a5392a3b4f authored by Lars Bilke on 24 February 2021, 08:56:19 UTC
[cpm] Update to 0.31.1
Tip revision: 7095bad
.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,toml,html,css,js,scss}]
indent_size = 2
back to top