Revision f7ca62e6ee574ac0f1130697b4eb816af33f5634 authored by Shuang Chen on 01 February 2021, 15:15:14 UTC, committed by shuang chen on 02 February 2021, 15:12:53 UTC
1 parent 6103104
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