Last active
June 25, 2023 03:56
-
-
Save kevinarch/2ab8dbd49926d717f637d06a9a27d6bc to your computer and use it in GitHub Desktop.
VSCode - Flutter project configuration
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
{ | |
"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