Revision 760886f5e140bcfc4adadcfa99067f8e27b7f6cc authored by Dmitri Naumov on 28 May 2021, 21:04:45 UTC, committed by Dmitri Naumov on 29 May 2021, 12:47:50 UTC
1 parent da6f43c
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