-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
47 lines (43 loc) · 1.07 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
############################################################ {{{1 ###########
# Copyright © 2021 … 2021 Martin Krischik
############################################################ }}}1 ###########
# force correct line ending on well known files.
#
*.applescript text eol=lf
*.bat text eol=crlf
*.btm text eol=crlf
*.cmd text eol=crlf
*.command text eol=lf
*.M65 text eol=lf
*.md text eol=lf
*.pl text eol=lf
*.sh text eol=lf
*.terminal text eol=lf
*.vim text eol=lf
# files without extension:
#
.editorconfig text eol=lf
.git* text eol=lf
.lfsconfig text eol=lf
Makefile text eol=lf
# These files are large files and should be handled by lfs
#
*.7z -text
*.developerprofile -text
*.docx -text
*.dotx -text
*.iso -text
*.mov -text
*.mp4 -text
*.odg -text
*.pdf -text
*.png -text
*.pot -text
*.potx -text
*.ppt -text
*.pptx -text
*.vsd -text
*.wmv -text
*.zip -text
# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
# vim: set textwidth=0 filetype=conf foldmethod=marker nospell :