Revision 7750d9ae8f6e765d25f1cbee859fcf2642a9d742 authored by Lars Bilke on 30 January 2023, 12:41:19 UTC, committed by Lars Bilke on 31 January 2023, 07:19:50 UTC
1 parent cd21ebf
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