swh:1:snp:fb87419a3595a3a3f3227a3eb55b561172dd9822
Raw File
Tip revision: 35bafe25f325a8fbac177a41a6b698bd0470a322 authored by Alex Jansen on 12 September 2024, 15:33:35 UTC
Merge pull request #3619 from schemaorg/markdown2
Tip revision: 35bafe2
.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.
*.c text
*.h text
*.rdfa text
*.txt text
*.py text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf

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

back to top