https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d2a288490017491fe0a196d64c03598175f54ff4 authored by Dmitry Yu. Naumov on 19 September 2023, 17:04:18 UTC
Merge branch 'UseMediaInSmallDeformation' into 'master'
Tip revision: d2a2884
.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