Revision 3021fc565f1f4d6a48a5863f2ac5aa3517a70477 authored by Lars Bilke on 24 March 2023, 15:41:05 UTC, committed by Dmitry Yu. Naumov on 26 March 2023, 21:44:56 UTC
1 parent 3d5b73d
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