feat: set default lua formatter to stylua

This commit is contained in:
CJ van den Berg 2026-02-05 09:27:26 +01:00
parent 147ec6127f
commit bdd1e1dd1c
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -105,6 +105,7 @@ pub const kdl = .{};
pub const lua = .{ pub const lua = .{
.language_server = .{"lua-language-server"}, .language_server = .{"lua-language-server"},
.formatter = .{ "stylua", "--indent-type", "{{indent_mode}}", "--indent-width", "{{indent_size}}", "-" },
}; };
pub const mail = .{}; pub const mail = .{};