Revision 55b292ace362a7d314b93a97f0d9dea71336cd5f authored by Lars Bilke on 28 May 2021, 06:06:09 UTC, committed by Lars Bilke on 28 May 2021, 06:06:09 UTC
[ctest] Fixing log output

See merge request ogs/ogs!3639
2 parent s cc050e8 + f9ea88b
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