refactor: fix formatting
This commit is contained in:
parent
119eff2fbf
commit
81b2393077
1 changed files with 2 additions and 2 deletions
|
@ -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 = .{
|
||||
|
|
Loading…
Add table
Reference in a new issue