Revision d42d886293b0ef3de1061ae02ead2e112342579f authored by Wenqing Wang on 27 January 2021, 16:16:21 UTC, committed by Wenqing Wang on 02 February 2021, 09:45:03 UTC
1 parent b14255b
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