2022-02-15 02:10:47 +00:00
|
|
|
{
|
|
|
|
"[dart]": {
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.formatOnType": true,
|
2022-07-24 02:14:51 +00:00
|
|
|
"editor.rulers": [80],
|
2022-02-15 02:10:47 +00:00
|
|
|
"editor.selectionHighlight": false,
|
|
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
|
|
"editor.suggestSelection": "first",
|
|
|
|
"editor.tabCompletion": "onlySnippets",
|
2022-07-24 02:14:51 +00:00
|
|
|
"editor.wordBasedSuggestions": false,
|
2022-02-15 02:10:47 +00:00
|
|
|
},
|
2023-01-27 09:17:51 +00:00
|
|
|
"[javascript]": {
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.rulers": [80],
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.rulers": [80],
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
2022-02-15 02:10:47 +00:00
|
|
|
"svgviewer.enableautopreview": true,
|
|
|
|
"svgviewer.previewcolumn": "Active",
|
|
|
|
"svgviewer.showzoominout": true,
|
2022-07-24 02:14:51 +00:00
|
|
|
"editor.wordWrapColumn": 80,
|
2022-02-15 02:10:47 +00:00
|
|
|
"editor.minimap.maxColumn": 140,
|
|
|
|
"editor.wordWrap": "wordWrapColumn",
|
2022-07-24 02:14:51 +00:00
|
|
|
"dart.lineLength": 80,
|
2023-02-13 11:24:16 +00:00
|
|
|
"typescript.validate.enable": true,
|
|
|
|
"javascript.validate.enable": true,
|
2022-02-15 02:10:47 +00:00
|
|
|
"files.associations": {
|
|
|
|
"*.log.*": "log"
|
|
|
|
},
|
|
|
|
"editor.formatOnSave": true,
|
2022-06-16 02:30:41 +00:00
|
|
|
"files.eol": "\n",
|
2022-02-15 02:10:47 +00:00
|
|
|
}
|