Revision bb94f1c0eabfd6ef65cf1187554fa86b546a161a authored by Wenqing Wang on 20 October 2021, 15:05:10 UTC, committed by Wenqing Wang on 21 October 2021, 08:14:33 UTC
1 parent e0cc1ee
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