https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 35b254f79748abf481bf360acc60d6a3bd805b60 authored by Lars Bilke on 29 June 2021, 11:46:56 UTC
[cmake] Restore 3.16 compatibility.
Tip revision: 35b254f
.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