Normalize Line Endings

Added a gitattributes file to normalize line endings.
This commit is contained in:
Neranjen
2012-06-18 03:06:11 +05:30
parent 00706f6709
commit e081116620
13 changed files with 857 additions and 839 deletions
+18
View File
@@ -0,0 +1,18 @@
# Auto detect text files and perform LF normalization
* text=auto
# Files which should be always normalized
*.php text
*.js text
*.css text
*.htaccess text
*.tpl text
*.html text
# Binaries
*.png binary
*.jpg binary
*.ico binary
*.gif binary
*.zip binary