Revision 25cb61a98bae08e48ec7f09a12e2c8057835574d authored by Lars Bilke on 05 November 2021, 13:09:27 UTC, committed by Dmitri Naumov on 07 November 2021, 00:19:05 UTC
1 parent ee763b2
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