Skip to content

Commit d9c50f6

Browse files
committed
fix strange crlf issue (#301)
1 parent 35b7769 commit d9c50f6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
+14-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
; hello
2-
# world
3-
4-
[core]
5-
repositoryformatversion = 0
6-
bare = true
7-
[other]
8-
repositoryformatversion = 0
9-
10-
bare = true
11-
12-
# before section with newline
13-
[foo]
14-
repositoryformatversion = 0
1+
; hello
2+
# world
3+
4+
[core]
5+
repositoryformatversion = 0
6+
bare = true
7+
[other]
8+
repositoryformatversion = 0
9+
10+
bare = true
11+
12+
# before section with newline
13+
[foo]
14+
repositoryformatversion = 0

0 commit comments

Comments
 (0)