Revision 8bf2cc17c4d207c369a65e5008cb535610baea90 authored by Dmitri Naumov on 26 August 2021, 12:11:32 UTC, committed by Dmitri Naumov on 06 September 2021, 15:41:57 UTC
1 parent b87f1e7
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