This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 785
Add HCL format builtin #1353
Labels
enhancement
New feature or request
Comments
Looks good to me - feel free to open a PR (we don't have any restrictions on the size / scope of contributions, and all built-in contributions are always welcome). |
Thanks, following is the associated PR #1361 |
hclfmt project is abandoned, can't you format hcl with |
I will try a hand at moving from Thank you for the suggesting that. |
prevostcorentin
pushed a commit
to prevostcorentin/null-ls.nvim
that referenced
this issue
Jan 24, 2023
There is already a builtin using Following is the associated PR #1370 |
Yes, that's basically what I do in my config. null_ls.builtins.formatting.terraform_fmt.with({
extra_filetypes = { "hcl" },
}), |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issues
Feature description
Hello,
I would like to see
hclfmt
, - a HCL configuration file formatter - supported as a built-in innull_ls
. I done it locally and it is working fine.Although I would like to make a pull request to apply the change, I understand that the contribution is too small for me being one of the
null_ls
contributors able to make a PR.Below is the change.
Best regards
Help
No
Implementation help
The text was updated successfully, but these errors were encountered: