.editorconfig
author StephaneLenclud
Fri, 15 May 2015 22:41:33 +0200
changeset 4 8372aa8d6292
permissions -rw-r--r--
Adding channel name clean up.
Adding card mapping support but it's not working.
StephaneLenclud@4
     1
; Top-most EditorConfig file
StephaneLenclud@4
     2
root = true
StephaneLenclud@4
     3
StephaneLenclud@4
     4
; Unix-style newlines
StephaneLenclud@4
     5
[*]
StephaneLenclud@4
     6
end_of_line = crlf
StephaneLenclud@4
     7
StephaneLenclud@4
     8
; 4-column tab indentation
StephaneLenclud@4
     9
[*.cs]
StephaneLenclud@4
    10
indent_style = space
StephaneLenclud@4
    11
indent_size = 4
StephaneLenclud@4
    12