Revision dc398cc4c2752cf5da0af2f22256f4049d90ea8f authored by Lars Bilke on 30 April 2021, 12:10:56 UTC, committed by Dmitri Naumov on 09 May 2021, 12:00:27 UTC
Are applied in the given order.
1 parent 6acc88d
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