Revision ddcf516ad390fb69bbb2a881bf55901699d13a49 authored by shuang chen on 30 January 2021, 14:33:00 UTC, committed by shuang chen on 02 February 2021, 15:12:53 UTC
1 parent f7ca62e
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