https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0ffc831cbf2dc12afee02202ab3836d3dedbbf01 authored by wenqing on 09 September 2021, 14:05:21 UTC
Merge branch 'improve_M_related_pcs' into 'master'
Tip revision: 0ffc831
.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