Revision 36e05335eca16d9741ff77bb0232d73dded70096 authored by Lars Bilke on 20 December 2022, 12:11:44 UTC, committed by Lars Bilke on 12 January 2023, 13:29:17 UTC
1 parent 02a1683
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