client/.editorconfig
changeset 0 cef349423167
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/.editorconfig	Wed Jun 11 01:26:59 2014 +0200
@@ -0,0 +1,13 @@
+# http://editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false