https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 672df83ec2a2063f72aeef0cfd3edfdfc89bd266 authored by Dmitry Yu. Naumov on 04 October 2023, 09:27:38 UTC
Merge branch 'SupressDefaultOutputForGivenFixedTimeSteps' into 'master'
Tip revision: 672df83
.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