https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 0a62bc845b10e1694b54d17174bb54018133eda4 authored by Dominik Kern on 05 May 2021, 18:04:41 UTC
Merge branch 'tiny_docu_changes' into 'master'
Tip revision: 0a62bc8
.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