Revision 09920487d2dd3ca5d66a788b1a42489ccfbbe8ac authored by Lars Bilke on 14 December 2020, 12:31:53 UTC, committed by Lars Bilke on 16 December 2020, 08:11:15 UTC
1 parent e43d7e1
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