Revision 4cd45fa3cf2a112348dd14d0c6d247b47bf71576 authored by Dmitry Yu. Naumov on 17 January 2023, 17:39:24 UTC, committed by Dmitry Yu. Naumov on 17 January 2023, 17:39:24 UTC
Slightly relax CTests tolerances

See merge request ogs/ogs!4448
2 parent s 98cdf72 + f93b282
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