client/pianoroll/.editorconfig
changeset 84 d7c5bffdd2d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/pianoroll/.editorconfig	Mon Jan 12 17:23: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