Revision 5babfd7c5b455b89f3ba15befa77e07aec648c62 authored by Thomas Fischer on 01 June 2021, 08:50:17 UTC, committed by Thomas Fischer on 01 June 2021, 08:50:17 UTC
1 parent ddafba0
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