.editorconfig
author StephaneLenclud
Fri, 06 Jan 2017 18:27:19 +0100
changeset 276 7cd495550d5f
parent 131 9262041d1320
permissions -rw-r--r--
Published v1.4.3
Major hack into our spectrum math to make it prettier.
     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