| 123456789101112131415161718192021222324252627 | 
							- {
 
-     "[dart]": {
 
-         "editor.formatOnSave": true,
 
-         "editor.formatOnType": true,
 
-         "editor.rulers": [
 
-             120
 
-         ],
 
-         "editor.selectionHighlight": false,
 
-         "editor.suggest.snippetsPreventQuickSuggestions": false,
 
-         "editor.suggestSelection": "first",
 
-         "editor.tabCompletion": "onlySnippets",
 
-         "editor.wordBasedSuggestions": false
 
-     },
 
-     "svgviewer.enableautopreview": true,
 
-     "svgviewer.previewcolumn": "Active",
 
-     "svgviewer.showzoominout": true,
 
-     "editor.wordWrapColumn": 120,
 
-     "editor.minimap.maxColumn": 140,
 
-     "prettier.printWidth": 140,
 
-     "editor.wordWrap": "wordWrapColumn",
 
-     "dart.lineLength": 120,
 
-     "files.associations": {
 
-         "*.log.*": "log"
 
-     },
 
-     "editor.formatOnSave": true,
 
-     "files.eol": "\n",
 
- }
 
 
  |