Skip to content

Instantly share code, notes, and snippets.

@kevinarch
Last active June 25, 2023 03:56
Show Gist options
  • Save kevinarch/2ab8dbd49926d717f637d06a9a27d6bc to your computer and use it in GitHub Desktop.
Save kevinarch/2ab8dbd49926d717f637d06a9a27d6bc to your computer and use it in GitHub Desktop.
VSCode - Flutter project configuration
{
"dart.flutterSdkPath": ".fvm/flutter_sdk",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
},
"dart.lineLength": 130,
"[dart]": {
"editor.rulers": [
130
],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment