Revision ed85f96c0f98b3cd29e75c7ef542ef30c214479b authored by renchao_lu on 10 November 2021, 15:57:53 UTC, committed by renchao_lu on 11 November 2021, 12:58:41 UTC
1 parent 12bff43
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