https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 765dce3df49df5cf26d2b14cde9bad2e20e2172c authored by Tom Fischer on 06 January 2023, 14:26:31 UTC
Merge branch 'GMLOutput' into 'master'
Tip revision: 765dce3
.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