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
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top