You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2021. It is now read-only.
as title, I detect an issue that every import/export doesn't add a tab character after each line import/export, and a new line character before the curly close bracket. this looks better than current
// originalimport{method1,method2,method3,method4}from'alphabet'// formatimport{method1,method2,method3,method4}from'alphabet'// expectedimport{// add a new line character after {method1,// tab character at the beginning of linemethod2,method3,method4}from'alphabet'
as title, I detect an issue that every import/export doesn't add a tab character after each line import/export, and a new line character before the curly close bracket. this looks better than current
could you do a little fix for it
Thanks