AppFlowy/frontend/.vscode/settings.json

25 lines
783 B
JSON
Raw Normal View History

{
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
2022-07-24 05:14:51 +03:00
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
2022-07-24 05:14:51 +03:00
"editor.wordBasedSuggestions": false,
},
"svgviewer.enableautopreview": true,
"svgviewer.previewcolumn": "Active",
"svgviewer.showzoominout": true,
2022-07-24 05:14:51 +03:00
"editor.wordWrapColumn": 80,
"editor.minimap.maxColumn": 140,
"prettier.printWidth": 140,
"editor.wordWrap": "wordWrapColumn",
2022-07-24 05:14:51 +03:00
"dart.lineLength": 80,
"files.associations": {
"*.log.*": "log"
},
"editor.formatOnSave": true,
2022-06-16 05:30:41 +03:00
"files.eol": "\n",
}