Revision 8f6e5a6e2ff716ce30be7796af55b280eb619382 authored by Norbert Grunwald on 24 April 2021, 05:09:43 UTC, committed by Dmitri Naumov on 26 April 2021, 16:42:20 UTC
1 parent dbacd25
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