Skip to content

Commit c8df146

Browse files
committed
feat: added line length 80 formatter
1 parent 11d1172 commit c8df146

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
@@ -4,5 +4,6 @@
44
"titleBar.activeBackground": "#4E3C31",
55
"titleBar.activeForeground": "#FCFCFB"
66
},
7-
"dart.flutterSdkPath": ".fvm/versions/3.24.3"
7+
"dart.flutterSdkPath": ".fvm/versions/3.24.3",
8+
"dart.lineLength": 80
89
}

0 commit comments

Comments
 (0)