.editorconfig 89 B

1234567
  1. root = true
  2. [*.{js,css,less,html}]
  3. indent_style = space
  4. indent_size = 4
  5. charset = utf-8