Revision e25fce258f532aa9b98185b801a6d74cd638b3ef authored by Lars Bilke on 19 December 2022, 12:29:27 UTC, committed by Lars Bilke on 19 December 2022, 13:52:00 UTC
1 parent c1d1ff2
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