.editorconfig
author StephaneLenclud
Sun, 15 Mar 2015 12:44:58 +0100
changeset 73 5262f4b7c4ad
parent 48 1eb878505ae1
permissions -rw-r--r--
Adding support for usage value and thus joystick/gamepad.
Adding generic support for direction pad.
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@51
    10
indent_style = space
StephaneLenclud@48
    11
indent_size = 4
StephaneLenclud@48
    12