Revision 08b72baf1ad733a0d32e6f9218ec14944676f90e authored by Lars Bilke on 17 June 2021, 07:45:31 UTC, committed by Lars Bilke on 17 June 2021, 08:04:39 UTC
1 parent 8576730
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