.editorconfig 89 B

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