Skip to content

Indent expression statements#5018

Merged
mhegazy merged 4 commits into
microsoft:masterfrom
saschanaz:formatAssignment
Sep 29, 2015
Merged

Indent expression statements#5018
mhegazy merged 4 commits into
microsoft:masterfrom
saschanaz:formatAssignment

Conversation

@saschanaz
Copy link
Copy Markdown
Contributor

Fixes #4996.

Current

t
+= 2;
t
= 2
+ 2;
t
= t
= t
;

Fixed:

t
    += 2;
t
    = 2
    + 2;
t
    = t
    = t
    ;

@DanielRosenwasser
Copy link
Copy Markdown
Member

👍

1 similar comment
@vladima
Copy link
Copy Markdown
Contributor

vladima commented Sep 29, 2015

👍

mhegazy added a commit that referenced this pull request Sep 29, 2015
@mhegazy mhegazy merged commit bedeab7 into microsoft:master Sep 29, 2015
@vladima
Copy link
Copy Markdown
Contributor

vladima commented Sep 29, 2015

thanks @saschanaz

@saschanaz saschanaz deleted the formatAssignment branch September 30, 2015 08:10
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants