Revision 444339281409233cc6368266d71bdeed4778a75b authored by Thomas Fischer on 13 July 2021, 10:48:42 UTC, committed by Dmitry Yu. Naumov on 30 September 2021, 12:24:00 UTC
1 parent 589a3a2
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