Revision 51c2d54325fec0447f1ca0bf4e0a48a81192c6cd authored by Dmitri Naumov on 05 May 2021, 09:12:05 UTC, committed by Dmitry Yu. Naumov on 11 May 2021, 20:19:26 UTC
1 parent f040c3f
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