.editorconfig 205 B

12345678910111213
  1. [*]
  2. insert_final_newline = true
  3. [{package.json}]
  4. indent_style = space
  5. indent_size = 2
  6. [{*.js, *.ts}]
  7. indent_style = space
  8. indent_size = 2
  9. trim_trailing_whitespace = true
  10. end_of_line = lf
  11. charset = utf-8