Revision 2cf1bfdc41a9c60730e7258f44764aa6f9b28fb2 authored by Norbert Grunwald on 29 April 2021, 13:04:32 UTC, committed by Dmitri Naumov on 30 April 2021, 20:50:41 UTC
1 parent a6f9515
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