Revision 3aa8e4ad64938100bf91d56c28e0a619de039b42 authored by Wenqing Wang on 24 June 2021, 15:36:05 UTC, committed by Wenqing Wang on 13 July 2021, 14:29:55 UTC
1 parent a57d613
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