Open kwerle opened 7 years ago
If you use ruby reserved words as keys in a hash they affect indenting [incorrectly]
audo indent the following:
{ foo: :bar, end: :bar, if: :bar, def: :bar, baz: :bar, else: :bar, baz: :bar, }
Expected behavior:
Actual behavior:
Reproduces how often: 100%
Prerequisites
Description
If you use ruby reserved words as keys in a hash they affect indenting [incorrectly]
Steps to Reproduce
audo indent the following:
Expected behavior:
Actual behavior:
Reproduces how often: 100%