swh:1:snp:298d60b98c330d652861f429d643de84cf1f2652
Raw File
Tip revision: c7cb4c48d1ec03eebba2f6d94602873566d837da authored by Andrew Adams on 12 March 2024, 19:44:58 UTC
Add support for fcvtm/p, make scalars go through pattern matching too
Tip revision: c7cb4c4
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.tiff binary
back to top