Revision 65058cd63b43ad5fc130c06576f8eee36c709950 authored by Dmitri Naumov on 17 June 2021, 12:59:21 UTC, committed by Dmitri Naumov on 27 August 2021, 13:47:41 UTC
Seems to be a compiler/c++lib "bug".
1 parent b88682c
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