github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/.editorconfig (about)

     1  # EditorConfig is awesome: http://EditorConfig.org
     2  
     3  root = true
     4  
     5  [*]
     6  end_of_line = lf
     7  charset = utf-8
     8  trim_trailing_whitespace = true
     9  insert_final_newline = true
    10  indent_style = space
    11  indent_size = 4
    12  
    13  [Makefile]
    14  indent_style = tab
    15  
    16  [*.go]
    17  indent_style = tab