Revision e7d497efa4568ecb07b856b1d9b28bd3894c6698 authored by Lars Bilke on 26 February 2021, 07:54:10 UTC, committed by Lars Bilke on 01 March 2021, 13:30:26 UTC
1 parent edcf3f9
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