Revision 25dce784c7a2ed7ceaa6c3bff1859deb8aced674 authored by Dmitri Naumov on 27 April 2023, 16:25:34 UTC, committed by Dmitri Naumov on 04 May 2023, 07:20:35 UTC
The default is not sufficient to distinguish two
time points.

Fixes #3404.
1 parent 1e8d6cb
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