Last active
April 23, 2019 01:56
-
-
Save scottbaggett/34c93d018cec8228ac4127a30a194100 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"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