2015-09-01 06:03:58 +01:00
|
|
|
# Auto detect text files and perform LF normalization
|
2018-02-12 10:28:02 +00:00
|
|
|
|
2015-09-01 06:03:58 +01:00
|
|
|
* text=auto
|
2015-10-09 10:05:17 +01:00
|
|
|
*.js text eol=lf
|
|
|
|
*.json text eol=lf
|
2015-09-01 06:03:58 +01:00
|
|
|
|
|
|
|
# Standard to msysgit
|
2018-02-12 10:28:02 +00:00
|
|
|
|
2015-09-01 06:03:58 +01:00
|
|
|
*.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
|
2016-02-17 02:08:35 +00:00
|
|
|
|
|
|
|
# Git LFS
|
2018-02-12 10:28:02 +00:00
|
|
|
|
2016-02-17 02:08:35 +00:00
|
|
|
*.ai filter=lfs diff=lfs merge=lfs -text
|