client/annotviz/.editorconfig
changeset 85 eff9460bd4f2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/annotviz/.editorconfig	Tue Jan 13 10:46:05 2015 +0100
@@ -0,0 +1,13 @@
+# http://editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false