Revision 8b56b636979d50bdbfba608b1212935919872d47 authored by Lars Bilke on 23 April 2021, 10:27:19 UTC, committed by Lars Bilke on 23 April 2021, 10:27:19 UTC
Pipelines may run a bit faster.
1 parent 76f0149
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