.editorconfig 152 B

12345678910
  1. root=true
  2. [*.{yml,yaml}]
  3. end_of_line = crlf
  4. insert_final_newline = true
  5. # editorconfig/editorconfig#329
  6. indent_style = space
  7. indent_size = 2