Revision cd5208132f7aafe6ac5a2c4d7f8fa549ad601463 authored by Lars Bilke on 20 July 2021, 06:55:43 UTC, committed by Lars Bilke on 20 July 2021, 07:05:48 UTC
1 parent f8ff3a5
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