https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c621d74583bf6b82d23dfcb9226239d86822dff4 authored by Dominik Kern on 16 March 2021, 15:55:24 UTC
commented code blocks removed
Tip revision: c621d74
.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