diff -r 7b7fad708159 -r 5715aefd2bcc .editorconfig
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.editorconfig	Thu Jan 01 23:35:49 2015 +0100
@@ -0,0 +1,12 @@
+; Top-most EditorConfig file
+root = true
+
+; Windows-style newlines
+[*]
+end_of_line = crlf
+
+; 4-column tab indentation
+[*.cs]
+indent_style = tab
+indent_size = 4
+