Revision fd7eacd2ab1aa2e233363c067bee56f191529849 authored by Lars Bilke on 22 September 2021, 10:11:47 UTC, committed by Lars Bilke on 28 September 2021, 13:52:25 UTC
1 parent 2da30e6
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