Revision 3220991eadecab0b1ab062a91e547d71e7350ef4 authored by Dmitri Naumov on 27 March 2023, 16:02:43 UTC, committed by Dmitri Naumov on 28 March 2023, 20:57:06 UTC
Replace assertion; If collection is empty, the condition is fulfilled.
1 parent 56a047a
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