Revision 544836016d2c7cf5e82513e47fd26a0be867492a authored by Dmitri Naumov on 28 September 2021, 14:22:32 UTC, committed by Dmitry Yu. Naumov on 01 October 2021, 20:57:01 UTC
Avoids taking unimplemented derivatives.
Also fix few typos in error messages.
1 parent b8ce717
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