format with stylua

This commit is contained in:
js0ny 2025-01-09 15:16:12 +00:00
parent f42ac2a6a3
commit 12efeede26
30 changed files with 571 additions and 483 deletions

View file

@ -15,16 +15,16 @@ return {
shift_width = 1,
heading_1 = {
style = "label",
hl = "MarkviewH1"
}
hl = "MarkviewH1",
},
},
code_blocks = {
style = "language",
language_direction = "right",
hl = "MarkviewCode",
info_hl = "MarkviewCodeInfo"
}
info_hl = "MarkviewCodeInfo",
},
})
end
}
end,
},
}