-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
area:binary expressionslang:javascriptIssues affecting JSIssues affecting JSlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.status:has prIssues with an accompanying pull request. These issues will probably be fixed soon!Issues with an accompanying pull request. These issues will probably be fixed soon!status:needs discussionIssues needing discussion and a decision to be made before action can be takenIssues needing discussion and a decision to be made before action can be taken
Milestone
Description
Prettier 1.10.2
Playground link
# Options (if any):
--print-width=22
--tab-width=4Input:
var a = '123354535435' + '2342423153';Output:
var a =
"123354535435" +
"2342423153";Expected behavior:
var a
= "123354535435"
+ "2342423153";Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:binary expressionslang:javascriptIssues affecting JSIssues affecting JSlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.status:has prIssues with an accompanying pull request. These issues will probably be fixed soon!Issues with an accompanying pull request. These issues will probably be fixed soon!status:needs discussionIssues needing discussion and a decision to be made before action can be takenIssues needing discussion and a decision to be made before action can be taken