feat(helix
): add shfmt
support
This commit is contained in:
parent
0b002d73ac
commit
50f210e6b0
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,11 @@
|
|||
auto-format = true;
|
||||
formatter.command = "clang-format";
|
||||
}
|
||||
{
|
||||
name = "bash";
|
||||
auto-format = true;
|
||||
formatter.command = "shfmt";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue