Revision 7bdebadfbded7f4c7620ab13544a5968dc98a46c authored by Thomas Fischer on 14 December 2020, 07:54:54 UTC, committed by Thomas Fischer on 17 December 2020, 05:27:30 UTC
1 parent 897d90d
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