https://gitlab.opengeosys.org/ogs/ogs.git
Revision 95ecf82eab698e3fb45816417efff24e9daaa30b authored by Thomas Fischer on 03 November 2021, 09:19:00 UTC, committed by Dmitry Yu. Naumov on 05 November 2021, 16:42:17 UTC
1 parent 23dc2ef
Raw File
Tip revision: 95ecf82eab698e3fb45816417efff24e9daaa30b authored by Thomas Fischer on 03 November 2021, 09:19:00 UTC
[GL] Modernize GEOObjects::appendPolylineVec().
Tip revision: 95ecf82
.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