diff -r f43bab5fc81e -r 2a02ad86a776 .editorconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.editorconfig Wed Apr 17 17:09:21 2013 +0200 @@ -0,0 +1,12 @@ +; Top-most EditorConfig file +root = true + +; Windows-style newlines +[*] +end_of_line = crlf + +; 2-column tab indentation +[*.cs] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = false \ No newline at end of file