Revision 2c705c337bf4f889e156177589ff869a7f9ce4f3 authored by Thomas Fischer on 21 June 2021, 14:18:45 UTC, committed by Thomas Fischer on 28 June 2021, 06:12:58 UTC
1 parent ea93819
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