Revision 15a89cd98a1802fc7200bb6bc3f92965cc7f8e7e authored by Dmitri Naumov on 18 December 2020, 16:35:51 UTC, committed by Dmitri Naumov on 18 December 2020, 17:45:06 UTC
1 parent 1bf992d
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