Let git handle line endings for us.

This commit is contained in:
Tom Page
2016-09-23 10:34:36 +01:00
parent 717e2f85ba
commit b3b2585e99
1218 changed files with 165131 additions and 165102 deletions

29
.gitattributes vendored Normal file
View File

@@ -0,0 +1,29 @@
# Automatically detect if no other rule applies.
* text=auto
# Extensions known to be text files.
*.css text
*.editorConfig text
*.ftl text
*.gitattributes text
*.gitignore text
*.html text
*.importorder text
*.java text
*.js text
*.jshintrc text
*.json text
*.properties text
*.txt text
*.xml text
# Alfresco content package.
*.acp binary
# Image files.
*.gif binary
*.jpg binary
*.png binary
# IntelliJ has a jar file as part of its config directory.
*.jar binary