https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ac2fc81cc692fe91a70ca6346849ebcbc6b4dd88 authored by Norbert Grunwald on 22 April 2021, 10:28:30 UTC
rename 'vapor_pressure' to 'vapour_pressure'
Tip revision: ac2fc81
.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