Revision 1e736ae13994b2cbbab9ffdfe62a58f280605105 authored by Christoph Lehmann on 13 March 2022, 21:35:51 UTC, committed by Christoph Lehmann on 13 March 2022, 21:35:51 UTC
Reenable TH2M on Windows.

Closes #3204

See merge request ogs/ogs!3878
2 parent s ac7ab1d + b2766f5
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