.editorconfig
author StephaneLenclud
Wed, 17 Apr 2013 17:09:21 +0200
branchMiniDisplay
changeset 441 2a02ad86a776
permissions -rw-r--r--
Adding FrontView menu with persistent options for time display and packed mode.
Adding support for editorconfig and rebracer.
     1 ; Top-most EditorConfig file
     2 root = true
     3 
     4 ; Windows-style newlines
     5 [*]
     6 end_of_line = crlf
     7 
     8 ; 2-column tab indentation
     9 [*.cs]
    10 indent_style = space
    11 indent_size = 2
    12 trim_trailing_whitespace = false