diff -r 14f6c8d21ec1 -r 189aac7dd3d6 .editorconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.editorconfig Wed Feb 04 17:44:25 2015 +0100 @@ -0,0 +1,12 @@ +; Top-most EditorConfig file +root = true + +; Unix-style newlines +[*] +end_of_line = crlf + +; 4-column tab indentation +[*.cs] +indent_style = tab +indent_size = 4 +