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
+22
-18
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user