diff --git a/.vscode/settings.json b/.vscode/settings.json index 5756759a..557b4326 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,19 +1,23 @@ { - "cSpell.words": [ - "aarch", - "androideabi", - "armv", - "calloc", - "cbindgen", - "dylib", - "libapp", - "libc", - "libflutter", - "repr", - "reqwest", - "rollouts", - "rustup", - "struct", - "tempdir" - ] -} \ No newline at end of file + "dart.lineLength": 80, + "[dart]": { + "editor.rulers": [80] + }, + "cSpell.words": [ + "aarch", + "androideabi", + "armv", + "calloc", + "cbindgen", + "dylib", + "libapp", + "libc", + "libflutter", + "repr", + "reqwest", + "rollouts", + "rustup", + "struct", + "tempdir" + ] +}