Skip to content

Commit

Permalink
Updated to use text=auto for line endings to fix working with binary …
Browse files Browse the repository at this point in the history
…files on *nix systems (#203)
  • Loading branch information
davidbyoung committed Jan 9, 2022
1 parent c525ba6 commit c511741
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 40 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text eol=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Api/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Application/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Authentication/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Authorization/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Collections/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Console/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/ContentNegotiation/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/DependencyInjection/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Exceptions/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Framework/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/IO/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Middleware/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Net/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/PsrAdapters/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Reflection/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Router/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Security/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Sessions/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down
3 changes: 1 addition & 2 deletions src/Validation/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto detect text files and perform LF normalization
* text=lf
* text=auto

# Ignore select directories on export
.gitattributes export-ignore
Expand Down

0 comments on commit c511741

Please sign in to comment.