Skip to content

Commit 92090cc

Browse files
committed
Fixing spacing
1 parent 7c2de61 commit 92090cc

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

.gitattributes

+51-51
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
# Set default behavior to automatically normalize line endings.
2-
* text=auto
2+
* text=auto
33

44
*.doc binary
5-
*.DOC binary
6-
*.docx binary
7-
*.DOCX binary
8-
*.dot binary
9-
*.DOT binary
10-
*.pdf binary
11-
*.PDF binary
12-
*.rtf binary
13-
*.RTF binary
5+
*.DOC binary
6+
*.docx binary
7+
*.DOCX binary
8+
*.dot binary
9+
*.DOT binary
10+
*.pdf binary
11+
*.PDF binary
12+
*.rtf binary
13+
*.RTF binary
1414

15-
*.jpg binary
16-
*.png binary
17-
*.gif binary
15+
*.jpg binary
16+
*.png binary
17+
*.gif binary
1818

1919
# Force bash scripts to always use lf line endings so that if a repo is accessed
2020
# in Unix via a file share from Windows, the scripts will work.
21-
*.in text eol=lf
22-
*.sh text eol=lf
21+
*.in text eol=lf
22+
*.sh text eol=lf
2323

2424
# Likewise, force cmd and batch scripts to always use crlf
25-
*.cmd text eol=crlf
26-
*.bat text eol=crlf
25+
*.cmd text eol=crlf
26+
*.bat text eol=crlf
2727

28-
*.cs text=auto diff=csharp
29-
*.vb text=auto
30-
*.resx text=auto
31-
*.c text=auto
32-
*.cpp text=auto
33-
*.cxx text=auto
34-
*.h text=auto
35-
*.hxx text=auto
36-
*.py text=auto
37-
*.rb text=auto
38-
*.java text=auto
39-
*.html text=auto
40-
*.htm text=auto
41-
*.css text=auto
42-
*.scss text=auto
43-
*.sass text=auto
44-
*.less text=auto
45-
*.js text=auto
46-
*.lisp text=auto
47-
*.clj text=auto
48-
*.sql text=auto
49-
*.php text=auto
50-
*.lua text=auto
51-
*.m text=auto
52-
*.asm text=auto
53-
*.erl text=auto
54-
*.fs text=auto
55-
*.fsx text=auto
56-
*.hs text=auto
28+
*.cs text=auto diff=csharp
29+
*.vb text=auto
30+
*.resx text=auto
31+
*.c text=auto
32+
*.cpp text=auto
33+
*.cxx text=auto
34+
*.h text=auto
35+
*.hxx text=auto
36+
*.py text=auto
37+
*.rb text=auto
38+
*.java text=auto
39+
*.html text=auto
40+
*.htm text=auto
41+
*.css text=auto
42+
*.scss text=auto
43+
*.sass text=auto
44+
*.less text=auto
45+
*.js text=auto
46+
*.lisp text=auto
47+
*.clj text=auto
48+
*.sql text=auto
49+
*.php text=auto
50+
*.lua text=auto
51+
*.m text=auto
52+
*.asm text=auto
53+
*.erl text=auto
54+
*.fs text=auto
55+
*.fsx text=auto
56+
*.hs text=auto
5757

58-
*.csproj text=auto
59-
*.vbproj text=auto
60-
*.fsproj text=auto
61-
*.dbproj text=auto
62-
*.sln text=auto eol=crlf
58+
*.csproj text=auto
59+
*.vbproj text=auto
60+
*.fsproj text=auto
61+
*.dbproj text=auto
62+
*.sln text=auto eol=crlf
6363

6464
# Set linguist language for .h files explicitly based on
6565
# https://github.com/github/linguist/issues/1626#issuecomment-401442069

0 commit comments

Comments
 (0)