Closed adamwg closed 5 years ago
Indent two spaces when inside parens, rather than four spaces.
This matches the behavior of jsonnet fmt, reducing the number of changes made when running jsonnet-reformat-buffer from a save hook.
jsonnet fmt
jsonnet-reformat-buffer
Open a paren, hit enter, observe the indentation :-)
LGTM!
Description
Indent two spaces when inside parens, rather than four spaces.
Motivation and Context
This matches the behavior of
jsonnet fmt
, reducing the number of changes made when runningjsonnet-reformat-buffer
from a save hook.How Has This Been Tested?
Open a paren, hit enter, observe the indentation :-)
Types of changes
Checklist: