github.1485827954.workers.dev/nektos/act@v0.2.63/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  end_of_line = lf
     5  charset = utf-8
     6  insert_final_newline = true
     7  trim_trailing_whitespace = true
     8  indent_style = tab
     9  indent_size = 4
    10  
    11  [{*.md,*_test.go}]
    12  indent_style = unset
    13  indent_size = unset
    14  
    15  [**/Dockerfile]
    16  indent_style = space
    17  indent_size = 2
    18  
    19  [*.{yml,yaml,js,json,sh,nuspec}]
    20  indent_style = space
    21  indent_size = 2