.editorconfig 154 B

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