https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e52efe453d9dd0d56acd2209d5eede01a6904fb9 authored by Tom Fischer on 31 March 2023, 12:59:18 UTC
Merge branch 'ExpandCreateMeshFromElementSelectionForParallelCase' into 'master'
Tip revision: e52efe4
.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