Revision 7b09b6d0766c857e53b89256378d167bf7d39866 authored by Lars Bilke on 24 February 2021, 11:12:05 UTC, committed by Lars Bilke on 08 March 2021, 13:08:47 UTC
1 parent d3d08bb
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