Revision bf47966539caf35b36887f6afd1b4755655e9e66 authored by Thomas Fischer on 22 February 2023, 13:16:13 UTC, committed by Thomas Fischer on 27 March 2023, 15:42:09 UTC
1 parent 311265d
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