.editorconfig 730 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. [*]
  2. charset = utf-8
  3. end_of_line = crlf
  4. insert_final_newline = false
  5. indent_style = space
  6. indent_size = 2
  7. [{*.ng, *.sht, *.html, *.shtm, *.shtml, *.htm}]
  8. indent_style = space
  9. indent_size = 2
  10. [{*.jhm, *.xslt, *.xul, *.rng, *.xsl, *.xsd, *.ant, *.tld, *.fxml, *.jrxml, *.xml, *.jnlp, *.wsdl}]
  11. indent_style = space
  12. indent_size = 2
  13. [{.babelrc, .stylelintrc, jest.config, .eslintrc, .prettierrc, *.json, *.jsb3, *.jsb2, *.bowerrc}]
  14. indent_style = space
  15. indent_size = 2
  16. [*.svg]
  17. indent_style = space
  18. indent_size = 2
  19. [*.js.map]
  20. indent_style = space
  21. indent_size = 2
  22. [*.less]
  23. indent_style = space
  24. indent_size = 2
  25. [*.vue]
  26. indent_style = space
  27. indent_size = 2
  28. [{.analysis_options, *.yml, *.yaml}]
  29. indent_style = space
  30. indent_size = 2