https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 36739a737a2e432bc332ed484e58202701da8cc0 authored by Dominik Kern on 16 November 2021, 08:33:19 UTC
add parameter to config, use it in HM process and document it
Tip revision: 36739a7
.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