Skip to content

Commit

Permalink
LF OK
Browse files Browse the repository at this point in the history
  • Loading branch information
glorieux-f committed Aug 27, 2023
1 parent e0a275e commit f883b7b
Showing 1 changed file with 52 additions and 6 deletions.
58 changes: 52 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,12 +1,58 @@
* text eol=lf
# https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/
# git ls-files --eol

# sqlite files
* text=auto


*.css text
*.csv text
*.htm text
*.html text
*.ini text
*.inc text
*.js text
*.json text
*.php text
*.pl text
*.rb text
*.py text
*.scm text
*.sql text
.htaccess text
*.sh text
*.svg text
*.tsv text
*.txt text
*.xml text
*.xsl text

# Specific Windows
*.bat text eol=crlf

# truly binary and should not be modified.
*.7z binary
*.db binary
*.docx binary
*.epub binary
*.mobi binary
*.pdf binary
*.flv binary
*.fla binary
*.gif binary
*.gz binary
*.ico binary
*.jar binary
*.jpg binary
*.jpeg binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.odg binary
*.odt binary
*.otf binary
*.pdf binary
*.png binary

*.pptx binary
*.psd binary
*.ttf binary
*.xlsx binary
*.woff binary
*.woff2 binary
*.zip binary

0 comments on commit f883b7b

Please sign in to comment.