Revision 0e1f97a66af3345e8cae7bed0f67835b18b89260 authored by Thomas Fischer on 19 May 2021, 12:42:20 UTC, committed by Thomas Fischer on 28 May 2021, 12:29:23 UTC
1 parent e9ed281
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