settings.json 783 B

12345678910111213141516171819202122232425
  1. {
  2. "[dart]": {
  3. "editor.formatOnSave": true,
  4. "editor.formatOnType": true,
  5. "editor.rulers": [80],
  6. "editor.selectionHighlight": false,
  7. "editor.suggest.snippetsPreventQuickSuggestions": false,
  8. "editor.suggestSelection": "first",
  9. "editor.tabCompletion": "onlySnippets",
  10. "editor.wordBasedSuggestions": false,
  11. },
  12. "svgviewer.enableautopreview": true,
  13. "svgviewer.previewcolumn": "Active",
  14. "svgviewer.showzoominout": true,
  15. "editor.wordWrapColumn": 80,
  16. "editor.minimap.maxColumn": 140,
  17. "prettier.printWidth": 140,
  18. "editor.wordWrap": "wordWrapColumn",
  19. "dart.lineLength": 80,
  20. "files.associations": {
  21. "*.log.*": "log"
  22. },
  23. "editor.formatOnSave": true,
  24. "files.eol": "\n",
  25. }