Skip to content

Instantly share code, notes, and snippets.

@scottbaggett
Last active April 23, 2019 01:56
Show Gist options
  • Save scottbaggett/34c93d018cec8228ac4127a30a194100 to your computer and use it in GitHub Desktop.
Save scottbaggett/34c93d018cec8228ac4127a30a194100 to your computer and use it in GitHub Desktop.
{
"editor.formatOnSave": true,
"search.exclude": {
"vendor/flutter": true
},
"dart.flutterCreateIOSLanguage": "swift",
"dart.flutterCreateAndroidLanguage": "kotlin",
"dart.flutterCreateOrganization": "com.superformula",
"dart.debugExternalLibraries": true,
"dart.debugSdkLibraries": true,
"dart.devToolsTheme": "dark",
"dart.checkForSdkUpdates": false,
"dart.triggerSignatureHelpAutomatically": true,
"dart.analysisExcludedFolders": ["vendor/flutter"],
"dart.flutterSdkPath": "vendor/flutter",
"[dart]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment