Revision 6d1d39b169b4a61762fd9bbe2e7c6728ba899524 authored by Thomas Fischer on 13 January 2022, 14:21:42 UTC, committed by Thomas Fischer on 04 February 2022, 07:58:47 UTC
1 parent 5135e80
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