Revision 65ea882f2ffe4a2006542d2869ed9d4720904914 authored by Lars Bilke on 13 June 2023, 11:54:09 UTC, committed by Lars Bilke on 13 June 2023, 11:54:09 UTC
E.g. for having the markdownlint check.
1 parent 91cc4d0
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