changeset 4 | 8372aa8d6292 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.editorconfig Fri May 15 22:41:33 2015 +0200 1.3 @@ -0,0 +1,12 @@ 1.4 +; Top-most EditorConfig file 1.5 +root = true 1.6 + 1.7 +; Unix-style newlines 1.8 +[*] 1.9 +end_of_line = crlf 1.10 + 1.11 +; 4-column tab indentation 1.12 +[*.cs] 1.13 +indent_style = space 1.14 +indent_size = 4 1.15 +