Revision 17df6291a5fd508970a1bc8232e2fc9218db14e3 authored by Lars Bilke on 26 July 2021, 10:27:25 UTC, committed by Lars Bilke on 26 July 2021, 10:27:25 UTC
Disable xdmfdiff debug

Closes #3175

See merge request ogs/ogs!3724
2 parent s c646bb6 + 2203db2
Raw File
.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