Revision a08ff9810c0ecaa2f039c4c17bebb9e9600b51f1 authored by Wenqing Wang on 05 March 2021, 16:57:44 UTC, committed by Wenqing Wang on 11 March 2021, 09:41:45 UTC
1 parent 841ed20
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