https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c0f39809afcafd78590e31d3a7844eaccdc39f38 authored by Thomas Fischer on 25 June 2021, 12:35:37 UTC
[A/IO] CsvInterface::readColumn returns read data.
Tip revision: c0f3980
.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