https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ba8674409fb488ed221447a1c609bfee6acb7378 authored by Karsten Rink on 06 November 2023, 10:58:09 UTC
Merge branch 'RemoveMeshElementsInvertBoundingBox' into 'master'
Tip revision: ba86744
.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