Revision fb69fffaa92a2f4701a73c5bba6a291634bf2e2d authored by Dmitri Naumov on 28 April 2021, 20:31:56 UTC, committed by Dmitry Yu. Naumov on 02 June 2021, 12:47:02 UTC
First step to separte the behaviour from state.
1 parent aad7e13
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