Revision a2d4a22390928dfefc15d52e0442933b17d188b3 authored by Wenqing Wang on 08 June 2021, 13:38:56 UTC, committed by Wenqing Wang on 13 July 2021, 14:29:55 UTC
1 parent 1cdee0c
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