Revision 6cfeeae069c51591ec08af281c48d538bec74876 authored by Wenqing Wang on 14 January 2021, 08:39:36 UTC, committed by Wenqing Wang on 22 January 2021, 08:39:25 UTC
1 parent 60f7f86
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