Revision 850ea6c64716460cce0835121cb9a9c937224756 authored by Michael Pitz on 12 October 2021, 10:58:46 UTC, committed by Dmitry Yu. Naumov on 19 October 2021, 08:42:30 UTC
1 parent 7486f8d
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