gitlab.com/thomasboni/go-enry/v2@v2.8.3-0.20220418031202-30b0d7a3de98/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  charset = utf-8
     5  end_of_line = lf
     6  indent_size = 2
     7  indent_style = tab
     8  insert_final_newline = true
     9  trim_trailing_whitespace = true
    10  
    11  [*.rb]
    12  indent_style = space
    13  
    14  [*.py]
    15  indent_style = space
    16  indent_size = 4
    17  
    18  [_testdata/**]
    19  charset = unset
    20  indent_size = unset
    21  indent_style = unset
    22  trim_trailing_whitespace = unset