Revision 2e7e19c70b00e7cb4b791ca964ab5ec11746f5b2 authored by Dmitri Naumov on 22 November 2021, 14:07:13 UTC, committed by Dmitri Naumov on 22 November 2021, 14:11:25 UTC
Necessary after update of CI node (envinf2).
1 parent bbc1fa5
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