Revision 0dafb9130a112a1b3b271eb869209ba5fcad20b6 authored by Lars Bilke on 09 April 2021, 09:46:35 UTC, committed by Lars Bilke on 09 April 2021, 09:46:35 UTC
Fix linking gui tools

See merge request ogs/ogs!3558
2 parent s 00d9dda + 895e392
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