Revision 9d9f500ad5a94f9a6681505450b36f681dbae8b4 authored by Dmitri Naumov on 05 April 2023, 19:32:28 UTC, committed by Dmitry Yu. Naumov on 27 April 2023, 23:13:21 UTC
1 parent c528ce3
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