summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2016-10-20 22:43:58 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2016-10-20 22:57:17 +0900
commitaa4930cd311460c6bb7f1939949c6da51bf375fe (patch)
tree2adccbddbdcc46bcc6e99cc496d9e7cdaf211409 /.gitattributes
parent38dd66e9124c6a1e9b76f10de3734f775e1ce7f5 (diff)
downloadelm-sharp-aa4930cd311460c6bb7f1939949c6da51bf375fe.tar.gz
elm-sharp-aa4930cd311460c6bb7f1939949c6da51bf375fe.tar.bz2
elm-sharp-aa4930cd311460c6bb7f1939949c6da51bf375fe.zip
Fix ImageLoading to use new smart callbacks
New start callbacks for Image were introduced. Fix these smart callbacks ("load,ready", "load,error") are used instead of "preloaded" evas callback. Change-Id: Ia78fb25f29f926045f2ef4c5aa2d457ff9821ff8
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..3400ba9
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,14 @@
+# Set default behaviour, in case users don't have core.autocrlf set.
+* text=auto
+
+# Explicitly declare text files we want to always be normalized and converted
+# to native line endings on checkout.
+*.cs text
+
+# Declare files that will always have CRLF line endings on checkout.
+*.sln text eol=crlf
+
+# Denote all files that are truly binary and should not be modified.
+*.png binary
+*.jpg binary
+*.jpeg binary \ No newline at end of file