https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6e4429ab5e7eb91c89e62f5145b4dc96edcbf1a4 authored by Dmitri Naumov on 02 November 2021, 16:52:59 UTC
[MeL/VTK] Explicitly handle long types.
Tip revision: 6e4429a
.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