Revision 17df6291a5fd508970a1bc8232e2fc9218db14e3 authored by Lars Bilke on 26 July 2021, 10:27:25 UTC, committed by Lars Bilke on 26 July 2021, 10:27:25 UTC
Disable xdmfdiff debug

Closes #3175

See merge request ogs/ogs!3724
2 parent s c646bb6 + 2203db2
Raw File
.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