https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b5c96ef35a3f72595860cf451c7a0a93c8531993 authored by wenqing on 07 March 2023, 13:36:09 UTC
Merge branch 'partmesh_update' into 'master'
Tip revision: b5c96ef
.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