.editorconfig 176 B

1234567891011
  1. root = true
  2. [*.{js, jsx, ts, tsx, vue}]
  3. indent_size = 2
  4. insert_final_newline = true
  5. [*]
  6. indent_style = space
  7. charset = utf-8
  8. trim_trailing_whitespace = true
  9. end_of_line = lf