Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 594 Bytes

ARCHIVAL NOTICE

I'm not using this extension anymore and have no bandwidth to maintain it, hence I've decided to archive this repository.

Jsonnet Format

This package provides jsonnet language formatter. Visual Studio Code will automatically format the code on save, or you can manually invoke the format command.

It is set to use the Google's internal config:

jsonnetfmt --indent 2 --max-blank-lines 2 --sort-imports --string-style s --comment-style s

Install

Make sure jsonnetfmt is installed and exists in $PATH.