https://gitlab.opengeosys.org/ogs/ogs.git
Revision c8a717f26267fb335f7bc13bb2e25bd22619c436 authored by Lars Bilke on 26 May 2021, 09:02:58 UTC, committed by Lars Bilke on 26 May 2021, 09:02:58 UTC
1 parent a83e717
Raw File
Tip revision: c8a717f26267fb335f7bc13bb2e25bd22619c436 authored by Lars Bilke on 26 May 2021, 09:02:58 UTC
[cpm] Updated vtkdiff.
Tip revision: c8a717f
.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