https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0dc914cc385fe517971f90abb891fbbab586b15f authored by Thomas Fischer on 01 July 2021, 12:33:01 UTC
[GL/Station] Correct copy constr. implementation.
Tip revision: 0dc914c
.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