https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7a5ee81952dc36bf13e3d9b310fca4cf731a6aad authored by joergbuchwald on 07 December 2020, 13:07:48 UTC
Merge branch 'saturation_dependent_heat_conductivity' into 'master'
Tip revision: 7a5ee81
.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