https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ed85f96c0f98b3cd29e75c7ef542ef30c214479b authored by renchao_lu on 10 November 2021, 15:57:53 UTC
[T] update accompanying reference results.
Tip revision: ed85f96
.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