Skip to content

Commit

Permalink
Update .gitattributes to be consistent with .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Dec 4, 2019
1 parent 2867d31 commit 1faf216
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Auto detect text files and perform LF normalization
* text=auto

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Enforce checkout with linux lf consistent over all platforms
*.cfg text eol=lf
*.css text eol=lf
*.htaccess text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.php text eol=lf
*.rst text eol=lf
*.sql text eol=lf
*.svg text eol=lf
*.tmpl text eol=lf
*.ts text eol=lf
*.tsconfig text eol=lf
*.txt text eol=lf
*.typoscript text eol=lf
*.xlf text eol=lf
*.xml text eol=lf
*.xsl text eol=lf
*.yaml text eol=lf
*.yml text eol=lf

0 comments on commit 1faf216

Please sign in to comment.