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

39 lines
1.1 KiB

  1. {
  2. "editor.formatOnType": true,
  3. "editor.formatOnSave": true,
  4. "[vue]": {
  5. "editor.defaultFormatter": "esbenp.prettier-vscode"
  6. },
  7. "editor.tabSize": 2,
  8. "editor.formatOnPaste": true,
  9. "editor.guides.bracketPairs": "active",
  10. "files.autoSave": "afterDelay",
  11. "git.confirmSync": false,
  12. "workbench.startupEditor": "newUntitledFile",
  13. "editor.suggestSelection": "first",
  14. "editor.acceptSuggestionOnCommitCharacter": false,
  15. "css.lint.propertyIgnoredDueToDisplay": "ignore",
  16. "editor.quickSuggestions": {
  17. "other": true,
  18. "comments": true,
  19. "strings": true
  20. },
  21. "files.associations": {
  22. "editor.snippetSuggestions": "top"
  23. },
  24. "[css]": {
  25. "editor.defaultFormatter": "esbenp.prettier-vscode"
  26. },
  27. "editor.codeActionsOnSave": {
  28. "source.fixAll.eslint": true
  29. },
  30. "i18n-ally.localesPaths": "locales",
  31. "i18n-ally.keystyle": "nested",
  32. "i18n-ally.sortKeys": true,
  33. "i18n-ally.namespace": true,
  34. "i18n-ally.enabledParsers": ["yaml", "js"],
  35. "i18n-ally.sourceLanguage": "en",
  36. "i18n-ally.displayLanguage": "zh-CN",
  37. "i18n-ally.enabledFrameworks": ["vue"],
  38. "iconify.excludes": ["el"]
  39. }