https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a84149539e8ec39b14d652baaca9c40cd530d908 authored by wenqing on 11 October 2021, 11:11:26 UTC
Merge branch 'fix_unit_test' into 'master'
Tip revision: a841495
.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