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": [
|
||||
"aarch",
|
||||
"androideabi",
|
||||
"armv",
|
||||
"calloc",
|
||||
"cbindgen",
|
||||
"dylib",
|
||||
"libapp",
|
||||
"libc",
|
||||
"libflutter",
|
||||
"repr",
|
||||
"reqwest",
|
||||
"rollouts",
|
||||
"rustup",
|
||||
"struct",
|
||||
"tempdir"
|
||||
]
|
||||
}
|
||||
"dart.lineLength": 80,
|
||||
"[dart]": {
|
||||
"editor.rulers": [80]
|
||||
},
|
||||
"cSpell.words": [
|
||||
"aarch",
|
||||
"androideabi",
|
||||
"armv",
|
||||
"calloc",
|
||||
"cbindgen",
|
||||
"dylib",
|
||||
"libapp",
|
||||
"libc",
|
||||
"libflutter",
|
||||
"repr",
|
||||
"reqwest",
|
||||
"rollouts",
|
||||
"rustup",
|
||||
"struct",
|
||||
"tempdir"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user