Revision fa85c43dcad6fbd0f7a7e72d2823e4b11c4b2d72 authored by Lars Bilke on 27 October 2023, 09:53:04 UTC, committed by Dmitry Yu. Naumov on 01 November 2023, 16:19:26 UTC
Only required for tests which are not build by guix.
1 parent 980e84e
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