Revision c8e2aa97722eb67aee51381d4b7ea564a64f2b7f authored by Dmitri Naumov on 15 March 2021, 15:31:53 UTC, committed by Dmitri Naumov on 19 March 2021, 18:08:50 UTC
1 parent 7182349
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