Revision 27e51319a6cff5b30f807322fbe4de67fb80858c authored by renchao_lu on 06 March 2022, 21:39:45 UTC, committed by renchao_lu on 15 March 2022, 11:29:37 UTC
1 parent 9eb3d1b
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