Revision 9b4b18a42aa18df8a4a009832d31cb2b051d6878 authored by Wenqing Wang on 27 January 2021, 16:19:05 UTC, committed by Wenqing Wang on 03 February 2021, 11:28:49 UTC
1 parent c8b9b6c
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