Revision 3256cef0c68b4714a894522c130e79ea5b71cd30 authored by Norbert Grunwald on 10 November 2020, 10:51:46 UTC, committed by Norbert Grunwald on 31 March 2021, 12:33:38 UTC
1 parent 9e57d44
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