.editorconfig
author StephaneLenclud
Sun, 08 Feb 2015 17:27:02 +0100
changeset 112 57b1c6507bd7
child 131 9262041d1320
permissions -rw-r--r--
Adding 'Audio' tab.
Volume indicator of MDM16AA display now working.
Adding server side dependency on NAudio.
It was decided to have a server side dependency so that we could implement
new fields control such as:
* Volume indicator
* Mute indicator
* Spectrum visualizer
* Meter visualizer
* Fancy visualizer
StephaneLenclud@104
     1
; Top-most EditorConfig file
StephaneLenclud@104
     2
root = true
StephaneLenclud@104
     3
StephaneLenclud@104
     4
; Unix-style newlines
StephaneLenclud@104
     5
[*]
StephaneLenclud@104
     6
end_of_line = crlf
StephaneLenclud@104
     7
StephaneLenclud@104
     8
; 4-column tab indentation
StephaneLenclud@104
     9
[*.cs]
StephaneLenclud@104
    10
indent_style = tab
StephaneLenclud@104
    11
indent_size = 4
StephaneLenclud@104
    12