2021-08-15 15:30:54 +00:00
|
|
|
{
|
2021-10-09 08:43:56 +00:00
|
|
|
"[dart]": {
|
2021-10-28 05:56:12 +00:00
|
|
|
"editor.formatOnSave": true,
|
2021-10-09 08:43:56 +00:00
|
|
|
"editor.formatOnType": true,
|
|
|
|
"editor.rulers": [
|
|
|
|
120
|
|
|
|
],
|
|
|
|
"editor.selectionHighlight": false,
|
|
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
|
|
"editor.suggestSelection": "first",
|
|
|
|
"editor.tabCompletion": "onlySnippets",
|
|
|
|
"editor.wordBasedSuggestions": false
|
|
|
|
},
|
2021-08-15 15:30:54 +00:00
|
|
|
"svgviewer.enableautopreview": true,
|
|
|
|
"svgviewer.previewcolumn": "Active",
|
2021-09-16 01:30:51 +00:00
|
|
|
"svgviewer.showzoominout": true,
|
2021-10-08 10:14:19 +00:00
|
|
|
"editor.wordWrapColumn": 120,
|
|
|
|
"editor.minimap.maxColumn": 140,
|
|
|
|
"prettier.printWidth": 140,
|
2021-10-10 03:16:27 +00:00
|
|
|
"editor.wordWrap": "wordWrapColumn",
|
2021-11-03 14:04:45 +00:00
|
|
|
"dart.lineLength": 120,
|
|
|
|
"files.associations": {
|
|
|
|
"*.log.*": "log"
|
|
|
|
},
|
2022-01-07 09:37:11 +00:00
|
|
|
"editor.formatOnSave": true,
|
2021-08-15 15:30:54 +00:00
|
|
|
}
|