Revision 8458616a3c00a093a67a505afd010769d865bdbd authored by Christoph Lehmann on 18 October 2021, 13:16:57 UTC, committed by Dmitry Yu. Naumov on 19 October 2021, 10:11:02 UTC
Naming it same as in an externally found library.
1 parent e296306
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