Revision 1cdee0c7e71701c3e78177e495547697174d4280 authored by Wenqing Wang on 04 June 2021, 13:30:32 UTC, committed by Wenqing Wang on 13 July 2021, 14:29:55 UTC
1 parent c8a9492
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