.editorconfig 71 B

123456
  1. root=true
  2. [*.js]
  3. charset = utf-8
  4. indent_style = space
  5. indent_size = 4