google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
6.92k stars 437 forks source link

jsonnetfmt should add and remove line breaks #1035

Open tewe opened 1 year ago

tewe commented 1 year ago

Currently the formatter will adjust indent, but where you break your lines IMHO has a bigger effect on style and readability. Python Black does this really well. Please consider adding it.