github.com/ahjdzx/deis@v1.1.1/.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  [*.go]
    14  indent_style = tab