refactor: fix formatting

This commit is contained in:
CJ van den Berg 2024-07-05 22:42:31 +02:00
parent 119eff2fbf
commit 81b2393077

View file

@ -9,8 +9,8 @@ pub const bash = .{
.extensions = .{ "sh", "bash", ".profile" },
.comment = "#",
.first_line_matches = .{ .prefix = "#!", .content = "sh" },
.formatter = .{"shfmt", "--indent", "4"},
.language_server = .{"bash-language-server", "start"},
.formatter = .{ "shfmt", "--indent", "4" },
.language_server = .{ "bash-language-server", "start" },
};
pub const c = .{