mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
26 lines
784 B
JSON
26 lines
784 B
JSON
|
{
|
||
|
"[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,
|
||
|
}
|