Revision b63e647e0bc8fa23f819e0d32a69bc835e0d7d0d authored by Wenqing Wang on 04 March 2021, 15:57:43 UTC, committed by Wenqing Wang on 18 March 2021, 09:56:56 UTC
1 parent b5d3f96
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