Revision 8bd0e138ee70eb43357447735a7581a969eaf201 authored by Thomas Fischer on 04 October 2021, 13:23:29 UTC, committed by Dmitry Yu. Naumov on 05 October 2021, 11:26:07 UTC
1 parent 4e7fecf
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