github.com/samcontesse/bitbucket-cascade-merge@v0.0.0-20230227091349-c5ec053235b5/.editorconfig (about)

     1  ; http://editorconfig.org/
     2  
     3  root = true
     4  
     5  [*]
     6  insert_final_newline = true
     7  charset = utf-8
     8  trim_trailing_whitespace = true
     9  indent_style = space
    10  indent_size = 2
    11  
    12  [{Makefile, go.mod, go.sum, *.go}]
    13  indent_style = tab
    14  indent_size = 4