Revision e2f27fa8426acf8b1b8f780aebebbec96ba9e764 authored by Dominik Kern on 10 August 2021, 11:29:58 UTC, committed by Dmitry Yu. Naumov on 14 August 2021, 06:46:57 UTC
1 parent 1b5f9f9
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