Revision f29fe1ad3940d99bb1a20670e288aebed4d81ba0 authored by Christoph Lehmann on 14 April 2023, 13:32:37 UTC, committed by Christoph Lehmann on 14 April 2023, 13:56:57 UTC
1 parent 8150030
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