Revision 95ec094cb3ef3e1efae5cc935c0cd9ea08fedd88 authored by KeitaYoshioka on 24 November 2021, 16:34:31 UTC, committed by Dmitri Naumov on 25 November 2021, 13:55:10 UTC
1 parent 9f7f695
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