Revision 6a569b4ff342ced4eeb3bedbf695184b33c9de39 authored by Thomas Fischer on 04 March 2021, 13:28:41 UTC, committed by Thomas Fischer on 06 March 2021, 14:44:42 UTC
1 parent 0fe8217
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