.editorconfig
author Stephane Lenclud
Mon, 25 Jan 2016 23:16:35 +0100
changeset 186 e10744f29ef3
parent 131 9262041d1320
permissions -rw-r--r--
Published v0.8.5.0
Now properly work out current client based on priorities when a client connects,
disconnects or change its priority.
     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