mercari / hcledit

Go package to edit HCL configuration
MIT License
45 stars 15 forks source link

[feat]: BlockVal should reflects WithNewLine option #130

Closed ryotafuwa-dev closed 1 month ago

ryotafuwa-dev commented 1 month ago

WHAT

(Write the change being made with this pull request) title

WHY

(Write the motivation why you submit this pull request) Hcledit.Create with BlockVal ignores the WithNewLine option. This PR fixes that.