https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5a799f5c3c92e20c508898344b3bb830201f6506 authored by Tobias Meisel on 25 August 2021, 09:48:50 UTC
Merge branch '3174-follow-up-from-mel-io-xdmf-writer-without-xdmf-library' into 'master'
Tip revision: 5a799f5
.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