https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dcb2b735766c02ddf6ced1d45128cff999faec66 authored by Wenqing Wang on 19 November 2021, 16:15:12 UTC
[ShapeMatrixType] Format
Tip revision: dcb2b73
.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