Revision 3893d3c2ae7c398ac145f28bb742003e6b118989 authored by Thomas Fischer on 22 June 2021, 07:13:52 UTC, committed by Thomas Fischer on 28 June 2021, 06:12:58 UTC
1 parent 00e5f62
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