Revision 1a9c7b5cc35fc861078436941a69d1444cd81ed4 authored by Thomas Fischer on 17 January 2023, 06:13:51 UTC, committed by TomFischer on 19 January 2023, 14:30:42 UTC
1 parent 3565937
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