summaryrefslogtreecommitdiff
path: root/.editorconfig
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 /.editorconfig
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 '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ed9502e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+end_of_line = lf
+
+[*.{cs,xaml}]
+indent_style = space
+indent_size = 4