Revision bdb9fb630ed2ce0990fbb6883afd5d700e7ff8bd authored by Lars Bilke on 08 February 2021, 19:21:18 UTC, committed by Lars Bilke on 15 February 2021, 14:12:59 UTC
1 parent d7efc02
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