.editorconfig
author sl
Thu, 01 Jan 2015 23:35:49 +0100
changeset 405 5715aefd2bcc
permissions -rw-r--r--
SharpDisplay: Migrating to new robust client scheme.
sl@405
     1
; Top-most EditorConfig file
sl@405
     2
root = true
sl@405
     3
sl@405
     4
; Windows-style newlines
sl@405
     5
[*]
sl@405
     6
end_of_line = crlf
sl@405
     7
sl@405
     8
; 4-column tab indentation
sl@405
     9
[*.cs]
sl@405
    10
indent_style = tab
sl@405
    11
indent_size = 4
sl@405
    12