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:
borjandev
2024-04-17 18:26:43 +02:00
committed by GitHub
parent 4c14ac6e0a
commit 1cd1db9a40
+22 -18
View File
@@ -1,19 +1,23 @@
{ {
"cSpell.words": [ "dart.lineLength": 80,
"aarch", "[dart]": {
"androideabi", "editor.rulers": [80]
"armv", },
"calloc", "cSpell.words": [
"cbindgen", "aarch",
"dylib", "androideabi",
"libapp", "armv",
"libc", "calloc",
"libflutter", "cbindgen",
"repr", "dylib",
"reqwest", "libapp",
"rollouts", "libc",
"rustup", "libflutter",
"struct", "repr",
"tempdir" "reqwest",
] "rollouts",
} "rustup",
"struct",
"tempdir"
]
}