.editorconfig
branchMiniDisplay
changeset 441 2a02ad86a776
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.editorconfig	Wed Apr 17 17:09:21 2013 +0200
     1.3 @@ -0,0 +1,12 @@
     1.4 +; Top-most EditorConfig file
     1.5 +root = true
     1.6 +
     1.7 +; Windows-style newlines
     1.8 +[*]
     1.9 +end_of_line = crlf
    1.10 +
    1.11 +; 2-column tab indentation
    1.12 +[*.cs]
    1.13 +indent_style = space
    1.14 +indent_size = 2
    1.15 +trim_trailing_whitespace = false
    1.16 \ No newline at end of file