https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 71b724ef1f28932bf0f1d467a22704be5c7dfbb8 authored by Dmitry Yu. Naumov on 25 January 2022, 10:14:48 UTC
Merge branch 'LocalNewtonRaphsonScaling' into 'master'
Tip revision: 71b724e
.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