.editorconfig
author StephaneLenclud
Sun, 08 Jan 2017 12:19:35 +0100
changeset 278 2481c46d1f93
parent 131 9262041d1320
permissions -rw-r--r--
Reading audio output is stopped when audio visualizers are not in used.
     1 ; Top-most EditorConfig file
     2 root = true
     3 
     4 ; Unix-style newlines
     5 [*]
     6 end_of_line = crlf
     7 
     8 ; 4-column tab indentation
     9 [*.*]
    10 indent_style = space
    11 indent_size = 4
    12