Revision 990a999635b37d02f18f913215eb14e6f4457360 authored by Lars Bilke on 02 February 2021, 13:27:35 UTC, committed by Lars Bilke on 03 February 2021, 12:21:40 UTC
1 parent 23bf464
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