https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d700910e846d5f79d5b5a78b8a58230075845cc6 authored by Dominik Kern on 22 November 2021, 14:27:13 UTC
Merge branch 'HM_optional_input_parameter_for_staggered_scheme' into 'master'
Tip revision: d700910
.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