https://gitlab.opengeosys.org/ogs/ogs.git
Revision df20643cd8b7311e0fbf1ec4b9d13ac8a05539ca authored by Thomas Fischer on 09 June 2021, 05:56:06 UTC, committed by Dmitri Naumov on 09 June 2021, 10:02:59 UTC
1 parent 9aa8768
Raw File
Tip revision: df20643cd8b7311e0fbf1ec4b9d13ac8a05539ca authored by Thomas Fischer on 09 June 2021, 05:56:06 UTC
[T/HM] Use multiple meshes instead of geometry.
Tip revision: df20643
.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