forked from rizonesoft/Notepad3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
51 lines (44 loc) · 1.35 KB
/
.gitattributes
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
39
40
41
42
43
44
45
46
47
48
49
50
# see https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
# or https://www.git-scm.com/docs/gitattributes
* text=auto
*.ahk text eol=crlf
*.c text eol=crlf
*.cfg text eol=crlf
*.cmd text eol=crlf
*.config text eol=crlf
*.build text eol=crlf
*.cpp text eol=crlf
*.h text eol=crlf
*.in text eol=crlf
*.inf text eol=crlf
*.ini text eol=crlf
*.iss text eol=crlf
*.lang text eol=crlf
*.loc text eol=crlf
*.manifest text eol=crlf
*.md text eol=crlf
*.nsh text eol=crlf
*.nsi text eol=crlf
*.ps1 text eol=crlf
*.rc text eol=crlf
*.rcconfig text eol=crlf
*.sln text eol=crlf
*.tmpl text eol=crlf
*.tpl text eol=crlf
*.txt text eol=crlf
*.vcxproj* text eol=crlf
*.yml text eol=crlf
.editorconfig text eol=crlf
.gitattributes text eol=crlf
.gitignore text eol=crlf
# Text files where line endings should be preserved
*Line_Endings_Source.txt -text
*.bmp binary
*.cur binary
*.ico binary
*.jpg binary
*.png binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary