Skip to content

Commit 29f68ce

Browse files
committed
Added .gitattributes and corrected the line ending problem
Added .gitattributes and corrected the line ending problem
1 parent 81c44fa commit 29f68ce

File tree

6 files changed

+26
-7
lines changed

6 files changed

+26
-7
lines changed

.gitattributes

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
*.sln merge=union
7+
*.csproj merge=union
8+
*.vbproj merge=union
9+
*.fsproj merge=union
10+
*.dbproj merge=union
11+
12+
# Standard to msysgit
13+
*.doc diff=astextplain
14+
*.DOC diff=astextplain
15+
*.docx diff=astextplain
16+
*.DOCX diff=astextplain
17+
*.dot diff=astextplain
18+
*.DOT diff=astextplain
19+
*.pdf diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain

GradleExample/custom-plugin-1/repo/com/code4reference/Code4ReferencePlugin/0.1-SNAPSHOT/maven-metadata.xml.md5

-1
This file was deleted.

GradleExample/custom-plugin-1/repo/com/code4reference/Code4ReferencePlugin/maven-metadata.xml.md5

-1
This file was deleted.

GradleExample/custom-plugin-2/repo/com/code4reference/Code4ReferencePlugin/0.1-SNAPSHOT/maven-metadata.xml.md5

-1
This file was deleted.

JMeter/build/tmp/jar/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Manifest-Version: 1.0
2-
1+
Manifest-Version: 1.0
2+
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Manifest-Version: 1.0
2-
1+
Manifest-Version: 1.0
2+

0 commit comments

Comments
 (0)