Force indent on where clause

This commit is contained in:
Joshua Warner 2025-01-11 22:02:25 -08:00
parent f08a0012ea
commit a945fd9c5c
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
9 changed files with 105 additions and 6 deletions

View file

@ -1347,7 +1347,7 @@ impl<'a> Nodify<'a> for TypeAnnotation<'a> {
rest: arena.alloc_slice_copy(&items),
allow_blank_lines: false,
allow_newlines: false,
indent_rest: false,
indent_rest: true,
},
after: last_after,
needs_indent,