https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bc1dbf8ec50ea1c26ba0e11fa023e9b61de592ec authored by Tom Fischer on 15 November 2023, 14:05:56 UTC
Merge branch 'RasterParameter' into 'master'
Tip revision: bc1dbf8
.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

# git archive ignores
Tests/Data export-ignore
web/content export-ignore
back to top