https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e5d2a18651d52db235f6a7fd2a394632728847cf authored by Lars Bilke on 06 October 2021, 10:33:42 UTC
[cmake] Fixed hdf5 mpi check when using CPM for hdf5.
Tip revision: e5d2a18
.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