Revision 9887f5d2746232bfd1dc035667c4e28968ee6ab7 authored by Renchao Lu on 06 November 2020, 10:22:14 UTC, committed by montoyav on 06 November 2020, 12:52:41 UTC

(cherry picked from commit 54f2208a8ecf85a71bd44790f53d4294d60817ee)
1 parent 7832177
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