mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"[dart]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnType": true,
|
|
"editor.rulers": [80],
|
|
"editor.selectionHighlight": false,
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
"editor.suggestSelection": "first",
|
|
"editor.tabCompletion": "onlySnippets",
|
|
"editor.wordBasedSuggestions": false,
|
|
},
|
|
"[javascript]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [80],
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [80],
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"svgviewer.enableautopreview": true,
|
|
"svgviewer.previewcolumn": "Active",
|
|
"svgviewer.showzoominout": true,
|
|
"editor.wordWrapColumn": 80,
|
|
"editor.minimap.maxColumn": 140,
|
|
"prettier.printWidth": 140,
|
|
"editor.wordWrap": "wordWrapColumn",
|
|
"dart.lineLength": 80,
|
|
"files.associations": {
|
|
"*.log.*": "log"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"files.eol": "\n",
|
|
} |