github.com/jurelou/go-magic@v0.0.0-20230518182705-f2995a311800/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  charset = utf-8
     5  end_of_line = lf
     6  insert_final_newline = true
     7  trim_trailing_whitespace = true
     8  
     9  [Makefile]
    10  indent_style = tab
    11  
    12  [go.{mod,sum}]
    13  indent_style = tab
    14  indent_size = 8
    15  
    16  [*.go]
    17  indent_style = tab
    18  indent_size = 8
    19  
    20  [Vagrantfile]
    21  indent_size = 2
    22  indent_style = space