Revision 69d4c4d886101e5e747ef01d81bf51497c12485f authored by Dmitri Naumov on 19 May 2021, 14:59:58 UTC, committed by Dmitri Naumov on 19 May 2021, 15:46:41 UTC
1 parent 65da96e
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