Revision ced14117721ff5dbcd78172cba7f1e8d1de9f518 authored by renchao_lu on 05 March 2021, 12:00:35 UTC, committed by renchao_lu on 11 March 2021, 15:15:27 UTC
1 parent f989cda
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