https://gitlab.opengeosys.org/ogs/ogs.git
Revision 33e8ab0be32daea38b02e7ec895937212a89c3ec authored by ericsimo on 08 February 2021, 20:59:17 UTC, committed by ericsimo on 08 February 2021, 20:59:17 UTC
1 parent 554c7e0
Raw File
Tip revision: 33e8ab0be32daea38b02e7ec895937212a89c3ec authored by ericsimo on 08 February 2021, 20:59:17 UTC
added docu
Tip revision: 33e8ab0
.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