https://gitlab.opengeosys.org/ogs/ogs.git
Revision 6f05b376b2b60c3aa46c752560b5e48a3c0d4501 authored by Lars Bilke on 08 December 2020, 08:28:06 UTC, committed by Lars Bilke on 08 December 2020, 12:11:54 UTC
1 parent dae544b
Raw File
Tip revision: 6f05b376b2b60c3aa46c752560b5e48a3c0d4501 authored by Lars Bilke on 08 December 2020, 08:28:06 UTC
[T] Adapted RUNTIME for some long-running benchmarks.
Tip revision: 6f05b37
.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