https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8c330c45205f5b2fc245e2a16efb1e744dc91837 authored by montoyav on 15 December 2020, 06:26:05 UTC
Merge branch 'patch-1' into 'master'
Tip revision: 8c330c4
.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