Revision 8541833eaead7061b6cf723f69465752c52b81fe authored by Dmitri Naumov on 01 April 2021, 21:59:24 UTC, committed by Dmitri Naumov on 27 April 2021, 16:00:25 UTC
1 parent 41b7b62
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