.editorconfig 137 B

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