-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.gitattributes
42 lines (39 loc) · 1.45 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
# See https://github.com/github/linguist about the linguist attributes.
#
# See https://help.github.com/en/articles/dealing-with-line-endings
# about line endings.
# We expect that you commit text files with Unix line endings to the repository.
# If you work on Windows, you can configure GIT to either automatically convert
# between Windows/Unix on download/upload (so you will see Windows line endings,
# but you will still commit Unix line endings),
# or you can let GIT to preserve line endings from the repository
# (in which case you will see, and commit, Unix line endings;
# make sure that your text editor handles Unix line endings,
# and that you create new lines with Unix line endings).
*.inc linguist-language=Pascal text eol=auto
*.lpr linguist-language=Pascal text eol=auto
*.dpr linguist-language=Pascal text eol=auto
*.pas linguist-language=Pascal text eol=auto
*.lpi text eol=auto
*.lpk text eol=auto
*.xml text eol=auto
*.dpk text eol=auto
*.txt text eol=auto
Makefile text eol=auto
*.castle-user-interface text eol=auto
*.castle-transform text eol=auto
*.castle-component text eol=auto
*.castle-sprite-sheet text eol=auto
*.x3d text eol=auto
*.x3dv text eol=auto
*.fs text eol=auto
*.vs text eol=auto
*.glsl text eol=auto
*.md text eol=auto
.gitignore text eol=auto
.gitattributes text eol=auto
*.yaml text eol=auto
*.desktop text eol=auto
*.svg text eol=auto
# Even on Windows, shell scripts line endings must be Unix, to work with Cygwin's bash.
*.sh text eol=lf