Revision 0c76c5a705acdcdea81be41db3f943f53d053865 authored by Tom Fischer on 21 July 2021, 08:49:51 UTC, committed by Tom Fischer on 21 July 2021, 08:49:51 UTC
[MeL/IO] Xdmf Writer without xdmf library

See merge request ogs/ogs!3703
2 parent s 628fe69 + f07cb23
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