Revision c28f3fb11e7b257c9f34025f4e12ba5fb73ab202 authored by Tobias Meisel on 20 July 2021, 13:20:18 UTC, committed by Tobias Meisel on 21 July 2021, 08:01:09 UTC
1 parent befcd0b
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