Wikimedia España
/
limesurvey
/
AuthWMESbyDB
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fdbe74
)
gitattributes
author
Denis Chenu
<courriel@shnoulle.net>
Tue, 1 Apr 2014 12:58:35 +0000
(14:58 +0200)
committer
Denis Chenu
<courriel@shnoulle.net>
Tue, 1 Apr 2014 12:58:35 +0000
(14:58 +0200)
.gitattributes
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitattributes
b/.gitattributes
new file mode 100644
(file)
index 0000000..
b50a94d
--- /dev/null
+++ b/
.gitattributes
@@ -0,0
+1,19
@@
+# Set default behaviour, in case users don't have core.autocrlf set.
+* text=auto
+
+# Declare files that will always have LF line endings on checkout.
+*.php text eol=lf
+*.css text eol=lf
+*.js text eol=lf
+*.pstpl text eol=lf
+*.html text eol=lf
+*.sql text eol=lf
+*.txt text eol=lf
+*.lss text eol=lf
+
+# Denote all files that are truly binary and should not be modified.
+*.jpg binary
+*.png binary
+*.gif binary
+*.ico binary
+*.mo binary