Revision 11c74594cfc1feda21655f5f81cdb1d37e4b18bb authored by Lars Bilke on 24 October 2022, 11:35:56 UTC, committed by Lars Bilke on 04 November 2022, 09:55:30 UTC
1 parent 1d05ff7
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