Revision c10dea16f607dd961fd51593f203e3f83d709b25 authored by renchao_lu on 25 July 2021, 10:46:16 UTC, committed by renchao_lu on 02 August 2021, 13:43:52 UTC
1 parent 5a832ce
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