github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/triage/node_modules/jasmine-core/.editorconfig (about)

     1  [*]
     2  charset = utf-8
     3  end_of_line = lf
     4  insert_final_newline = true
     5  
     6  [*.{js, json, sh, yml, gemspec}]
     7  indent_style = space
     8  indent_size = 2
     9  
    10  [{Rakefile, .jshintrc}]
    11  indent_style = space
    12  indent_size = 2
    13  
    14  [*.{py}]
    15  indent_style = space
    16  indent_size = 4