grafana / vscode-jsonnet

Full code support (formatting, highlighting, navigation, etc) for Jsonnet
Apache License 2.0
65 stars 7 forks source link

Is formatter configurable? #21

Closed shinebayar-g closed 1 year ago

shinebayar-g commented 1 year ago

It keeps replacing my 4 indent code to 2 indent. How can I configure it?

julienduchesne commented 1 year ago

Add the following setting in your settings.json file image

julienduchesne commented 1 year ago

You can also use autocomplete to find all the options: image