.editorconfig
author StephaneLenclud
Sat, 14 Feb 2015 22:11:36 +0100
changeset 50 e6c103ebb155
child 51 5f1f1053a595
permissions -rw-r--r--
Adding some hid.dll imports.
StephaneLenclud@48
     1
; Top-most EditorConfig file
StephaneLenclud@48
     2
root = true
StephaneLenclud@48
     3
StephaneLenclud@48
     4
; Unix-style newlines
StephaneLenclud@48
     5
[*]
StephaneLenclud@48
     6
end_of_line = crlf
StephaneLenclud@48
     7
StephaneLenclud@48
     8
; 4-column tab indentation
StephaneLenclud@48
     9
[*.cs]
StephaneLenclud@48
    10
indent_style = tab
StephaneLenclud@48
    11
indent_size = 4
StephaneLenclud@48
    12