https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7cf126fd8087cd3e52ec5ec9aafeb06e55226059 authored by Norbert Grunwald on 26 April 2021, 16:43:23 UTC
Merge branch 'TH2M-PTM_PhaseTransitionModels' into 'master'
Tip revision: 7cf126f
.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