Revision a83faaf4aa51692c00756a450d38f35b14731b38 authored by Dmitry Yu. Naumov on 01 October 2021, 19:21:48 UTC, committed by Dmitry Yu. Naumov on 01 October 2021, 19:21:48 UTC
Draft: Fixing TES Zeolite ctest.

Closes #3198

See merge request ogs/ogs!3815
2 parent s f63a01b + f9a6ab2
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