This repository was archived by the owner on Aug 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 777
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. |
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.
Uh oh!
There was an error while loading. Please reload this page.
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: