github.com/kaleido-io/firefly@v0.0.0-20210622132723-8b4b6aacb971/.editorconfig (about)

     1  root = true
     2  
     3  [*.{yaml,yml,json}]
     4  end_of_line = lf
     5  insert_final_newline = true
     6  indent_style = space
     7  indent_size = 2