Revision dcaa22677430277294d447903407fd5008b6646f authored by Wenqing Wang on 17 February 2021, 16:26:21 UTC, committed by Wenqing Wang on 19 February 2021, 14:31:29 UTC
1 parent 032398f
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