Closed
Description
Consider the following indentations auto generated by jsonnet fmt
{
collCorrect1: [{
name: "Good",
}],
collCorrect2: [{
name: "Bad",
}, someOther(),
],
collWeird: [{
name: "Bad",
},
someOther(),
],
}
It looks like the someOther() function being on a new line confuses the indentation calculation for the collWeird example.
Would you consider this as a bug @sparkprime ?
Metadata
Metadata
Assignees
Labels
No labels