https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: da94e373a793f0b07c555602b3063fbce8b23b6c authored by joergbuchwald on 15 June 2021, 20:23:34 UTC
Merge branch 'ThermoRichardsFlow' into 'master'
Tip revision: da94e37
.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