Revision 5d0ac0c740ac02250b586b50bac7c1c41464bf3f authored by Lars Bilke on 19 September 2022, 10:50:45 UTC, committed by Lars Bilke on 19 September 2022, 10:50:45 UTC
Python wheels for module and ogs binaries

See merge request ogs/ogs!4263
2 parent s 93bb8a9 + dfd918f
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