https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: da4e15479dca5bb3a584004e48c48719b8203140 authored by Tobias Meisel on 01 September 2021, 11:43:52 UTC
[MeL/IO] XDMF: Fix missing header
Tip revision: da4e154
.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