Revision e6125c89e116a846936f0aaf37877247f747909e authored by Thomas Fischer on 07 May 2021, 05:20:53 UTC, committed by Thomas Fischer on 10 May 2021, 13:44:55 UTC
1 parent d56ec86
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