.editorconfig
author StephaneLenclud
Sat, 16 May 2015 01:31:32 +0200
changeset 5 29ccfbf98e54
permissions -rw-r--r--
Group support and multiple package import.
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