Revision d04af6f842a34dc80973c429c6afe5e7ab200523 authored by Lars Bilke on 18 May 2021, 09:59:31 UTC, committed by Lars Bilke on 18 May 2021, 10:46:52 UTC
1 parent 7ae4794
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