https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d01438d94d90a93a4a6123940316a951f5269162 authored by Lars Bilke on 08 December 2020, 12:12:09 UTC
Merge branch 'fix-master' into 'master'
Tip revision: d01438d
.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