Revision afd59f13d6687d3a5c9df98c2bee51ed505bf1d9 authored by Dmitri Naumov on 06 September 2021, 15:41:36 UTC, committed by Dmitri Naumov on 06 September 2021, 15:41:57 UTC
1 parent 8bf2cc1
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