Open eimirae opened 1 year ago
The following terraform code:
locals { test = <<EOP "This is a test /*" "This line shouldn't be indented" EOP }
Will result in:
I believe the indenter should ignore comments inside of heredocs
I expect I'd accept a merge request, I don't expect to work on this myself
(it's an edge condition that I've never encountered and don't ever expect to encounter)
The following terraform code:
Will result in:
I believe the indenter should ignore comments inside of heredocs