adrianlee44 / atom-aligner

Easily align multi-line with support for different operators and custom configurations
https://atom.io/packages/aligner
MIT License
77 stars 3 forks source link

Padding stops working for ":" character #40

Closed epiales closed 9 years ago

epiales commented 9 years ago

I have both Left space for : and Right space for : checked and the Padding for : set to left

The only workaround currently is going into settings and re-toggling the Left space for : option. After awhile, the setting will be ignored and I am forced to do the workaround again.

Expected behavior:

var expected = {
  'one'   : 1,
  'five'  : 5,
  'seven' : 7
}

Actual behavior:

var actual = {
  'one': 1,
  'five': 5,
  'seven': 7
}
openam commented 9 years ago

I had this same issue, and the workaround worked for me.

dr0jas commented 9 years ago

:+1:

adrianlee44 commented 9 years ago

Thanks for reporting this. This should be fixed with v0.17.1.