Revision 2a483a61e70d3b8642c66229630a9171d8816b79 authored by Thomas Fischer on 09 July 2021, 15:15:16 UTC, committed by Dmitry Yu. Naumov on 05 October 2021, 20:56:20 UTC
1 parent e8af0af
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