chore(shorebird_cli): set vscode line length and editor rulers to 80 characters (#1908)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
This commit is contained in:
Vendored
+4
@@ -1,4 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"dart.lineLength": 80,
|
||||||
|
"[dart]": {
|
||||||
|
"editor.rulers": [80]
|
||||||
|
},
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"aarch",
|
"aarch",
|
||||||
"androideabi",
|
"androideabi",
|
||||||
|
|||||||
Reference in New Issue
Block a user