Revision 990d19d6d96804e50c5b7c958a57b02a9567f044 authored by ChaofanChen on 10 July 2023, 09:04:21 UTC, committed by ChaofanChen on 25 August 2023, 10:45:49 UTC
1 parent 2960d7b
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