https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1b702478b57472b82ae8efe938efcb35f74a4709 authored by Christoph Lehmann on 20 January 2022, 14:50:34 UTC, committed by Christoph Lehmann on 01 April 2022, 07:44:16 UTC
The test cases have been provided by Christian Silbermann and Jasper
Bathmann.
1 parent 7b57007
Raw File
Tip revision: 1b702478b57472b82ae8efe938efcb35f74a4709 authored by Christoph Lehmann on 20 January 2022, 14:50:34 UTC
[T] Added test cases
Tip revision: 1b70247
.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