Skip to content

Commit

Permalink
Fixed #20023, Added eol=lf to .gitattributes file. (#20026)
Browse files Browse the repository at this point in the history
Signed-off-by: Nabi <[email protected]>
  • Loading branch information
NabiKAZ authored Oct 23, 2023
1 parent 5f3d36e commit c9ac82d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
# ...Unless the name matches the following overriding patterns

# Definitively text files
*.php text
*.css text
*.js text
*.txt text
*.md text
*.xml text
*.json text
*.bat text
*.sql text
*.yml text
*.php text eol=lf
*.css text eol=lf
*.js text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.xml text eol=lf
*.json text eol=lf
*.bat text eol=lf
*.sql text eol=lf
*.yml text eol=lf

# Ensure those won't be messed up with
*.png binary
Expand Down

0 comments on commit c9ac82d

Please sign in to comment.