Skip to content

Commit 67003a5

Browse files
committed
added .vscode .gitignore
1 parent 5c767f3 commit 67003a5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# The .vscode folder contains launch configuration and tasks you configure in
1919
# VS Code which you may wish to be included in version control, so this line
2020
# is commented out by default.
21-
#.vscode/
21+
.vscode/
2222

2323
# Flutter/Dart/Pub related
2424
**/doc/api/
@@ -31,6 +31,7 @@
3131
.pub/
3232
/build/
3333

34+
3435
# Web related
3536
lib/generated_plugin_registrant.dart
3637

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"dart.lineLength": 100
2+
"dart.lineLength": 100,
3+
"diffEditor.ignoreTrimWhitespace": true,
34
}

0 commit comments

Comments
 (0)