Revision 845493bda8a23e3b518f251b7dd2b198c824fcb1 authored by TomFischer on 11 January 2023, 12:49:39 UTC, committed by TomFischer on 11 January 2023, 12:50:23 UTC
1 parent 7a226d8
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