feat: add bash formatter (shfmt)

This commit is contained in:
CJ van den Berg 2024-07-02 12:18:52 +02:00
parent 10a9a8598b
commit ec16f80548

View file

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