Revision c5ec92922fea484c2a7757239fd71cdb75e718f8 authored by Lars Bilke on 02 July 2021, 10:00:39 UTC, committed by Dmitry Yu. Naumov on 02 July 2021, 13:33:23 UTC
Can be used to pass petsc config options such as --download-hypre etc.
1 parent 2e39341
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