https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3d81fe8b6136529e9d7ab9da0a15a14c636db212 authored by Dominik Kern on 24 November 2021, 14:26:00 UTC
Merge branch 'HMstaggered_optional_parameter_postrefinements' into 'master'
Tip revision: 3d81fe8
.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