github.com/jancarloviray/community@v0.41.1-0.20170124221257-33a66c87cf2f/app/.editorconfig (about)

     1  # EditorConfig helps developers define and maintain consistent
     2  # coding styles between different editors and IDEs
     3  # editorconfig.org
     4  
     5  root = true
     6  
     7  
     8  [*]
     9  end_of_line = lf
    10  charset = utf-8
    11  trim_trailing_whitespace = true
    12  insert_final_newline = true
    13  indent_style = tab
    14  indent_size = 4
    15  
    16  [*.hbs]
    17  insert_final_newline = false
    18  
    19  [*.{diff,md}]
    20  trim_trailing_whitespace = false