.editorconfig
author StephaneLenclud
Sat, 06 Oct 2018 14:07:31 +0200
changeset 9 b77b09f680e7
permissions -rw-r--r--
SatIndex grabber now 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