Revision 531b7bcda160de0ef97bcac5bd7971e879881b12 authored by Jaime Garibay on 08 July 2021, 10:56:25 UTC, committed by Jaime Garibay on 08 July 2021, 10:56:25 UTC
1 parent af3fd09
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