Revision 50e47e9a6678e3959b8643af1e7ebc383b9ec79b authored by Thomas Fischer on 14 October 2021, 12:43:32 UTC, committed by Thomas Fischer on 14 October 2021, 14:49:26 UTC
1 parent 4a28e3b
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