Revision 5ff4364e1841dc99b36b0f6e4ed06321f6c4fe76 authored by Thomas Fischer on 21 June 2021, 06:42:30 UTC, committed by Thomas Fischer on 24 June 2021, 10:09:45 UTC
1 parent 2b7fbea
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