Skip to content

Commit 680d14c

Browse files
committed
chore(vscode): limit line length in repository
1 parent 5212efd commit 680d14c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"dart.flutterSdkPath": ".fvm/versions/stable"
2+
"dart.flutterSdkPath": ".fvm/versions/stable",
3+
"dart.lineLength": 80
34
}

0 commit comments

Comments
 (0)