author | StephaneLenclud |
Sun, 17 May 2015 20:35:37 +0200 | |
changeset 7 | bf908f6c7758 |
permissions | -rw-r--r-- |
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 |