Revision eb59a31fd507ad330f81bf2da84c7f1bdaa85c20 authored by Thomas Fischer on 15 June 2021, 12:41:19 UTC, committed by Thomas Fischer on 16 June 2021, 05:13:59 UTC
1 parent aee33b9
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