https://gitlab.opengeosys.org/ogs/ogs.git
Revision efe3542cfb51be4bb502c24d14dd1b3b1e6d06b2 authored by Dmitri Naumov on 18 May 2021, 08:31:16 UTC, committed by Dmitri Naumov on 18 May 2021, 09:10:04 UTC
1 parent b46ce10
Raw File
Tip revision: efe3542cfb51be4bb502c24d14dd1b3b1e6d06b2 authored by Dmitri Naumov on 18 May 2021, 08:31:16 UTC
[T/TRM] A2; Slightly relax stress tolerance.
Tip revision: efe3542
.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