AppFlowy/frontend/app_flowy/.vscode/settings.json

26 lines
784 B
JSON
Raw Normal View History

2021-08-15 15:30:54 +00:00
{
2021-10-09 08:43:56 +00:00
"[dart]": {
"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,
"editor.wordWrapColumn": 120,
"editor.minimap.maxColumn": 140,
"prettier.printWidth": 140,
2021-10-10 03:16:27 +00:00
"editor.wordWrap": "wordWrapColumn",
"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
}