Revision bbc4e96b38864a5c3afd17ba3b0ff480894b7315 authored by Dmitry Yu. Naumov on 28 May 2021, 08:37:19 UTC, committed by Dmitry Yu. Naumov on 28 May 2021, 08:37:19 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