https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 588e391cde1c9be3cb8ae9670e10fff235d3c4ca authored by Dmitry Yu. Naumov on 01 November 2021, 09:31:34 UTC
Merge branch 'UpdateXDMFLibraryForNewerHDF5' into 'master'
Tip revision: 588e391
.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