Revision 7c487492ebe48bec98e9991b5a59bb90f61a5578 authored by Wenqing Wang on 21 July 2021, 11:55:29 UTC, committed by Wenqing Wang on 21 July 2021, 15:13:09 UTC
1 parent dbcc593
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