Revision a1f53e7be9c5b2aee6931dede79d2b89e6170fd9 authored by Thomas Fischer on 04 November 2021, 07:34:51 UTC, committed by Dmitry Yu. Naumov on 05 November 2021, 00:14:15 UTC
1 parent 3288227
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