Revision 77f5b851c5231b9edb3d88d46ac06ff4b11e2bd0 authored by Wenqing Wang on 28 January 2021, 13:52:34 UTC, committed by Wenqing Wang on 03 February 2021, 11:28:58 UTC
1 parent 5af7e0d
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