plugins/none-ls: add astyle (#1056)

Add an option to enable astyle none-ls source.
This commit is contained in:
Mateus Alves 2024-02-11 06:32:13 -03:00 committed by GitHub
parent e0926bc41b
commit 9f3bbca7f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -113,6 +113,9 @@ with lib; let
alejandra = {
package = pkgs.alejandra;
};
astyle = {
package = pkgs.astyle;
};
bean_format = {
package = pkgs.beancount;
};

View file

@ -87,6 +87,7 @@
};
formatting = {
alejandra.enable = true;
astyle.enable = true;
bean_format.enable = true;
black.enable = true;
# As of 2024-01-04, cbfmt is broken on darwin