github.com/devster/tarreleaser@v0.0.0-20221207180803-c608f4eb8918/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  end_of_line = lf
     5  indent_size = 4
     6  indent_style = tab
     7  trim_trailing_whitespace = true
     8  insert_final_newline = true
     9  charset = utf-8
    10  
    11  [*.yml]
    12  indent_size = 2
    13  indent_style = space
    14  
    15  [Makefile]
    16  indent_style = tab