Revision b1247214d2a4bb34d784dc692f677f55b53aa874 authored by Dmitri Naumov on 09 December 2020, 10:56:52 UTC, committed by Dmitri Naumov on 13 January 2021, 17:02:09 UTC
1 parent 0b2e93b
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