atom / language-sql

SQL package for Atom
Other
38 stars 50 forks source link

Indenting undone when I enter () next to a data type #1

Closed theplatapi closed 10 years ago

theplatapi commented 10 years ago

I'm writing out some create table statements, and whenever I type the parenthesis after VARCHAR for example, the indent I have is undone.

So

   VARCHAR(255)

becomes

VARCHAR(255)

I can re-intent it again, but it gets annoying to do that.

kevinsawicki commented 10 years ago

Thanks for reporting this, it will be fixed in the 0.86.0 Atom release.