Skip to content

Commit

Permalink
fix strange crlf issue (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 7, 2022
1 parent 35b7769 commit d9c50f6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions git-config/tests/fixtures/repo-config.crlf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
; hello
# world
[core]
repositoryformatversion = 0
bare = true
[other]
repositoryformatversion = 0
bare = true
# before section with newline
[foo]
repositoryformatversion = 0
; hello
# world

[core]
repositoryformatversion = 0
bare = true
[other]
repositoryformatversion = 0

bare = true

# before section with newline
[foo]
repositoryformatversion = 0

0 comments on commit d9c50f6

Please sign in to comment.