Revision 62e33f3dbf048a2ffb260321d2f0061eed1ac675 authored by Wenqing Wang on 03 March 2023, 15:59:10 UTC, committed by Wenqing Wang on 03 March 2023, 15:59:10 UTC
1 parent 0148916
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