github.com/buildtool/build-tools@v0.2.29-0.20240322150259-6a1d0a553c23/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  end_of_line = lf
     5  insert_final_newline = true
     6  charset = utf-8
     7  trim_trailing_whitespace = true
     8  
     9  [*.go]
    10  indent_style = tab
    11  indent_size = 4