tminor / jsonnet-mode

Emacs major mode for editing Jsonnet files.
GNU General Public License v3.0
46 stars 17 forks source link

Indent only two spaces in parens #6

Closed adamwg closed 5 years ago

adamwg commented 6 years ago

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 running jsonnet-reformat-buffer from a save hook.

How Has This Been Tested?

Open a paren, hit enter, observe the indentation :-)

Types of changes

Checklist:

mgyucht commented 5 years ago

LGTM!