https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ec229f2276d0101ffa525f8e1bf577a4f6b58f41 authored by Christoph Lehmann on 09 December 2021, 14:01:23 UTC
Merge branch 'refactor-process-output' into 'master'
Tip revision: ec229f2
.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