Revision c04b0b7e7c91e22ea41389d9ae2efea1cb1f4910 authored by Dmitri Naumov on 19 May 2021, 14:35:45 UTC, committed by Dmitri Naumov on 19 May 2021, 15:46:41 UTC
1 parent b94ce77
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