Revision 2f0cdbd8c7a2b3aced8a6f8185157df5fcc70f44 authored by Thomas Fischer on 15 August 2023, 10:58:26 UTC, committed by Tom Fischer on 29 August 2023, 09:34:35 UTC
1 parent 76c9145
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