Revision f54d158b1b3514726c6c8aae37120e5ab9a3cdfb authored by Dmitri Naumov on 10 October 2021, 10:39:44 UTC, committed by Dmitri Naumov on 10 October 2021, 10:48:40 UTC
1 parent 4ffdd41
Raw File
.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