Revision 00e5f6235c33f348d405091c2f927c5e76044e2d authored by Thomas Fischer on 22 June 2021, 07:13:03 UTC, committed by Thomas Fischer on 28 June 2021, 06:12:58 UTC
1 parent 74fe829
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