Revision 4511f364fcfda89c77a09ae5f84a4ab587c58188 authored by Dmitri Naumov on 18 February 2021, 19:36:45 UTC, committed by Dmitry Yu. Naumov on 14 March 2021, 19:25:47 UTC
1 parent 7a8619b
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