Revision e72dc4f556cb507f87daca9e720dcc1f27f074bb authored by renchao_lu on 25 February 2021, 11:07:50 UTC, committed by Dmitry Yu. Naumov on 01 March 2021, 14:53:08 UTC
1 parent 385f01a
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