https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6972175bbad949c8bfffbbc2c717a01dbc47f94e authored by Thomas Fischer on 12 October 2021, 04:18:47 UTC
[A/U/GeoTools] Rm. tool TriangulatePolyline.
Tip revision: 6972175
.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