Revision 6537c1e585f4f3f70cf29e63fd5388f65a350c8c authored by Tobias Meisel on 06 November 2023, 15:34:02 UTC, committed by Tobias Meisel on 06 November 2023, 15:34:02 UTC
[MeL/IO] HDF5: Specify chunk size in bytes

See merge request ogs/ogs!4777
2 parent s fd732ac + 2aa4993
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,md}]
indent_size = 2
back to top