https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fc4e4ab7dd2981e087cafb3aa3a5ed197df9d58b authored by Dmitry Yu. Naumov on 04 July 2021, 20:20:51 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: fc4e4ab
.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