https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ab1ec100bcd4c2269e9415670de0ed855b9d467f authored by Dmitri Naumov on 28 October 2021, 20:36:22 UTC
Update XDMF library version. Needed for hdf-1.13.0-rc6.
Tip revision: ab1ec10
.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