https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4ff967d16f11591510b71e76b421715843a8b6d5 authored by Lars Bilke on 07 July 2021, 06:11:34 UTC
Merge branch 'restore-ctest-large' into 'master'
Tip revision: 4ff967d
.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