Revision 93c389cefe38b0761dfde405bc5c51f129e0fe1f authored by Lars Bilke on 26 August 2021, 12:49:27 UTC, committed by Lars Bilke on 27 August 2021, 08:05:29 UTC
1 parent 8f7cae9
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