We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c767f3 commit 67003a5Copy full SHA for 67003a5
.gitignore
@@ -18,7 +18,7 @@
18
# The .vscode folder contains launch configuration and tasks you configure in
19
# VS Code which you may wish to be included in version control, so this line
20
# is commented out by default.
21
-#.vscode/
+.vscode/
22
23
# Flutter/Dart/Pub related
24
**/doc/api/
@@ -31,6 +31,7 @@
31
.pub/
32
/build/
33
34
+
35
# Web related
36
lib/generated_plugin_registrant.dart
37
.vscode/settings.json
@@ -1,3 +1,4 @@
1
{
2
- "dart.lineLength": 100
+ "dart.lineLength": 100,
3
+ "diffEditor.ignoreTrimWhitespace": true,
4
}
0 commit comments