https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e7587f76e27d46b5b0aa4d601408c9a269f5a456 authored by Dmitry Yu. Naumov on 16 April 2023, 21:28:42 UTC
Merge branch 'covariant-view' into 'master'
Tip revision: e7587f7
.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