File: .gitattributes

package info (click to toggle)
tomlplusplus 3.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,184 kB
  • sloc: cpp: 35,145; ansic: 2,220; python: 983; makefile: 25; sh: 17
file content (38 lines) | stat: -rw-r--r-- 1,238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
*                  text         eol=lf      encoding=UTF-8
*.hlsl             text         eol=crlf    encoding=UTF-8
*.rc               text         eol=crlf    encoding=UTF-8
*.sln              text         eol=crlf    encoding=UTF-8-BOM
*.vcxproj          text         eol=crlf    encoding=UTF-8-BOM
*.vcxproj.filters  text         eol=crlf    encoding=UTF-8-BOM

*.cs                eol=lf diff=csharp

*.doc               diff=astextplain
*.DOC               diff=astextplain
*.docx              diff=astextplain
*.DOCX              diff=astextplain
*.dot               diff=astextplain
*.DOT               diff=astextplain
*.pdf               diff=astextplain
*.PDF               diff=astextplain
*.rtf               diff=astextplain
*.RTF               diff=astextplain

*.ai                binary
*.bin               binary
*.bmp               binary
*.dat               binary
*.gif               binary
*.ico               binary
*.jpeg              binary
*.jpg               binary
*.otf               binary
*.png               binary
*.psd               binary
*.rc                binary
*.ttf               binary
*.woff              binary
*.woff2             binary
*.xlsx              binary

vendor/* linguist-vendored