Created
October 14, 2023 14:58
-
-
Save PrimeTimeTran/829a3ebe87b8432e520af3f78bf1ee20 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"[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