.editorconfig 76 B

1234
  1. [*.js]
  2. indent_style = space
  3. indent_size = 2
  4. trim_trailing_whitespace = true