You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.1 KiB
62 lines
1.1 KiB
# 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 LF line endings on checkout.
|
|
*.afm text eol=lf
|
|
*.cmap text eol=lf
|
|
*.cs text eol=lf ident
|
|
*.css text eol=lf
|
|
*.htm text eol=lf
|
|
*.html text eol=lf
|
|
*.java text eol=lf ident
|
|
*.lng text eol=lf
|
|
*.md text eol=lf
|
|
*.pom text eol=lf
|
|
*.properties text eol=lf
|
|
*.svg text eol=lf
|
|
*.txt text eol=lf
|
|
*.xfdf text eol=lf
|
|
*.xht text eol=lf
|
|
*.xhtml text eol=lf
|
|
*.xml text eol=lf
|
|
port-hash text eol=lf
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
*.bat text eol=crlf
|
|
*.csproj text eol=crlf
|
|
*.sln text eol=crlf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.aif binary
|
|
*.aiff binary
|
|
*.bmp binary
|
|
*.cer binary
|
|
*.cmp binary
|
|
*.crt binary
|
|
*.dib binary
|
|
*.gif binary
|
|
*.icc binary
|
|
*.j2k binary
|
|
*.jb2 binary
|
|
*.jp2 binary
|
|
*.jpc binary
|
|
*.jpg binary
|
|
*.key binary
|
|
*.otf binary
|
|
*.p12 binary
|
|
*.pdf binary
|
|
*.pfb binary
|
|
*.pfm binary
|
|
*.png binary
|
|
*.snd binary
|
|
*.tif binary
|
|
*.tiff binary
|
|
*.ttc binary
|
|
*.ttf binary
|
|
*.u3d binary
|
|
*.wav binary
|
|
*.wmf binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.dat binary
|