https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 550e0684d7f7534a5f24fa2c053f73d1ee5d500f authored by Tom Fischer on 02 December 2021, 09:11:37 UTC
Merge branch 'LandTransGeometryConceptualModel' into 'master'
Tip revision: 550e068
.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