Fix quotes

This commit is contained in:
Garrett Hopper 2025-05-07 17:10:47 -05:00
parent 5f284e4b74
commit 0f06fba7ac

View file

@ -294,7 +294,7 @@ function M.get_indent(lnum)
if c_delim_node then
c_srow, _ = c_delim_node:start()
end
if o_is_last_in_line and not metadata['indent.align_hanging'] then
if o_is_last_in_line and not metadata["indent.align_hanging"] then
-- hanging indent (previous line ended with starting delimiter)
-- should be processed like indent
if should_process then