Fix 2 space list indentation with meta forms

This commit is contained in:
Garrett Hopper 2025-05-07 19:45:30 -05:00
parent b1791bc488
commit 55e44f8f28

View file

@ -17,8 +17,8 @@
(#set! indent.propagate 1))
; Indent lists starting with a symbol by 2 spaces
([(list_lit . (sym_lit))
(anon_fn_lit . (sym_lit))]
([(list_lit ((meta_lit)* . (sym_lit)))
(anon_fn_lit ((meta_lit)* . (sym_lit)))]
@indent.align
(#set! indent.increment 2))