https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2d2264f07a675fb1e04226436f7b4483fa407f4b authored by Lars Bilke on 12 March 2021, 15:43:01 UTC
Merge branch 'cmake-lint' into 'master'
Tip revision: 2d2264f
.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