Revision 869c8f0b8742d85b6edbd287748a4e0642a7a619 authored by Wenqing Wang on 13 January 2021, 15:18:03 UTC, committed by Wenqing Wang on 13 January 2021, 15:36:43 UTC
1 parent 13cf757
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