Revision a608afe7f7ae53716ab37478558c8c1f9d2be804 authored by Lars Bilke on 09 February 2021, 16:08:05 UTC, committed by Lars Bilke on 15 February 2021, 14:13:01 UTC
1 parent 5f74f58
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