https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 31dd50d8b14d1aaf776eba3215e8dac07493dcce authored by wenqing on 19 March 2021, 11:03:36 UTC
Merge branch 'MPL_vapour_fixing' into 'master'
Tip revision: 31dd50d
.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