github.com/castai/kvisor@v1.7.1-0.20240516114728-b3572a2607b5/.editorconfig (about)

     1  root = true
     2  
     3  [*]
     4  end_of_line = lf
     5  insert_final_newline = true
     6  
     7  [*.{c,h}]
     8  indent_style = space
     9  indent_size = 4
    10  
    11  [Tiltfile]
    12  indent_style = space
    13  indent_size = 4