https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f9006f038b6238e8b3375ef1ffd88613b4ef4efc authored by Dmitry Yu. Naumov on 07 February 2023, 17:03:08 UTC
Merge branch 'RemoveNuOpFromIpData' into 'master'
Tip revision: f9006f0
.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