You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.json 579 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
1234567891011121314151617181920212223242526272829303132
  1. {
  2. "cSpell.words": [
  3. "antfu",
  4. "demi",
  5. "iconify",
  6. "intlify",
  7. "mingcute",
  8. "onnx",
  9. "pinia",
  10. "pnpm",
  11. "pyinstaller",
  12. "pywebview",
  13. "unocss",
  14. "unplugin",
  15. "Vite",
  16. "vitejs",
  17. "Vitesse",
  18. "vueuse"
  19. ],
  20. "i18n-ally.sourceLanguage": "en",
  21. "i18n-ally.keystyle": "nested",
  22. "i18n-ally.localesPaths": "locales",
  23. "i18n-ally.sortKeys": true,
  24. "prettier.enable": false,
  25. "editor.codeActionsOnSave": {
  26. "source.fixAll.eslint": true
  27. },
  28. "files.associations": {
  29. "*.css": "postcss"
  30. },
  31. "editor.formatOnSave": false
  32. }