Revision c883eb2d8811fbf6113273ab11df731b708db21d authored by Dmitri Naumov on 13 March 2021, 16:50:50 UTC, committed by Dmitri Naumov on 15 March 2021, 12:32:17 UTC
1 parent 2327e09
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