https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ee55ef7efc159895ed121939e0f3d6568e237a0d authored by Lars Bilke on 24 November 2021, 11:23:34 UTC
Merge branch 'docs-check' into 'master'
Tip revision: ee55ef7
.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