https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: edb85de602f369d63aef029b29f7f0f115a73413 authored by Thomas Fischer on 05 March 2021, 06:53:20 UTC
[T/Data] Removing raster half cell shifting requires update test.
Tip revision: edb85de
.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