https://gitlab.opengeosys.org/ogs/ogs.git
Revision 3c136fd1cfab16cd06f61f1e099759dfcde1b27b authored by Tobias Meisel on 06 September 2021, 11:34:43 UTC, committed by Tobias Meisel on 07 September 2021, 09:32:02 UTC
1 parent 2c95db0
Raw File
Tip revision: 3c136fd1cfab16cd06f61f1e099759dfcde1b27b authored by Tobias Meisel on 06 September 2021, 11:34:43 UTC
[MeL/IO] HDF/XDMF: Writer is now able to write multiple meshes and timeseries
Tip revision: 3c136fd
.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