.editorconfig 121 B

12345678
  1. [*]
  2. end_of_line = lf
  3. insert_final_newline = true
  4. [*.{js,css,html}]
  5. charset = utf-8
  6. indent_style = space
  7. indent_size = 2