Skip to content

Instantly share code, notes, and snippets.

@PrimeTimeTran
Created October 14, 2023 14:58
Show Gist options
  • Save PrimeTimeTran/829a3ebe87b8432e520af3f78bf1ee20 to your computer and use it in GitHub Desktop.
Save PrimeTimeTran/829a3ebe87b8432e520af3f78bf1ee20 to your computer and use it in GitHub Desktop.
"[dart]": {
"editor.codeActionsOnSave": {
"quickfix.insertSemicolon": true,
"source.fixAll": true,
"source.organizeImports": true,
"source.sortMembers": true
},
"editor.defaultFormatter": "Dart-Code.dart-code",
"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
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment