diff -r bd068db7779a -r 1eb878505ae1 .editorconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.editorconfig Mon Feb 02 22:12:15 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 +