Revision 0a261946401705b8aeb8862f29cd37283aac4e5e authored by Thomas Nagel on 22 January 2021, 20:09:56 UTC, committed by Dmitri Naumov on 25 January 2021, 09:59:24 UTC
1 parent fe8f312
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