Skip to content

Commit

Permalink
chore(vscode): add vscode workspace config
Browse files Browse the repository at this point in the history
  • Loading branch information
RatakondalaArun committed Jul 8, 2022
1 parent 8b925d0 commit 2db23d4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions flutter_launcher_icons.code-workspace
@@ -0,0 +1,24 @@
{
"folders": [
{
"name": "Flutter Launcher Icons",
"path": "."
}
],
"settings": {
"[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,
"files.insertFinalNewline": true
},
"dart.lineLength": 120,
}
}

0 comments on commit 2db23d4

Please sign in to comment.