Revision e43d7e19453ddce9b2474773c117b8f41d1c3160 authored by Lars Bilke on 14 December 2020, 12:31:45 UTC, committed by Lars Bilke on 16 December 2020, 08:11:15 UTC
1 parent ed347d3
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