Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSX related formatting bugs #10040

Open
saschanaz opened this issue Jul 30, 2016 · 0 comments
Open

TSX related formatting bugs #10040

saschanaz opened this issue Jul 30, 2016 · 0 comments
Labels
Bug A bug in TypeScript Domain: Formatter The issue relates to the built-in formatter Help Wanted You can do this
Milestone

Comments

@saschanaz
Copy link
Contributor

saschanaz commented Jul 30, 2016

TypeScript Version: 2.0 beta

Code

| is indicating cursor here.

<Scene key="root"
| // cursor should be indented so that attribute definitions can be naturally indented
<Scene key="root">
| // cursor should be indented, as cursor on unfinished array does
<Scene key     =      "root" /> // formatting does not work
// PS: this is fixed by #10054

Expected behavior:

<Scene key="root"
    |
<Scene key="root">
    |
<Scene key="root" />
// PS: this is fixed by #10054
@mhegazy mhegazy added Help Wanted You can do this Bug A bug in TypeScript Domain: Formatter The issue relates to the built-in formatter labels Dec 16, 2016
@mhegazy mhegazy added this to the Community milestone Dec 16, 2016
@RyanCavanaugh RyanCavanaugh modified the milestones: Community, Backlog Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Domain: Formatter The issue relates to the built-in formatter Help Wanted You can do this
Projects
None yet
Development

No branches or pull requests

3 participants