.editorconfig 66 B

123456
  1. [*]
  2. indent_style = space
  3. end_of_line = lf
  4. [*.js]
  5. indent_size = 2