Revision b0220960c029f77fe32f2a761b4db57f2fdac55a authored by Dmitry Yu. Naumov on 03 April 2023, 20:04:11 UTC, committed by Dmitry Yu. Naumov on 03 April 2023, 20:04:11 UTC
[ci] Reducing runtime on wheel and notebook jobs

See merge request ogs/ogs!4552
2 parent s 86cf986 + 7ecfc6a
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