https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c7e3600ea7cd77a3c56851dba8bdfa68a44f4497 authored by Lars Bilke on 05 January 2023, 13:09:33 UTC
Merge branch 'fix-install-petsc-vtk' into 'master'
Tip revision: c7e3600
.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