Revision f3fa3476073f095af7245d8d24e65cb9f5cd2738 authored by Thomas Nagel on 22 January 2021, 17:31:40 UTC, committed by Dmitri Naumov on 25 January 2021, 09:59:24 UTC
1 parent 2ff0c7a
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