https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5e0bec1c9e1a1f9a60d928045b9280f3816e3803 authored by Tobias Meisel on 07 October 2021, 13:35:01 UTC, committed by Tobias Meisel on 07 October 2021, 13:35:01 UTC
[cpm] Update xdmf to fix CMake warnings.

See merge request ogs/ogs!3830
2 parent s 7d226dc + 62167a5
Raw File
Tip revision: 5e0bec1c9e1a1f9a60d928045b9280f3816e3803 authored by Tobias Meisel on 07 October 2021, 13:35:01 UTC
Merge branch 'update-xdmf' into 'master'
Tip revision: 5e0bec1
.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