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

Bug: The indentations of objects in class attributes are broken #110

Closed
yuheiy opened this issue Sep 19, 2020 · 1 comment · Fixed by #111
Closed

Bug: The indentations of objects in class attributes are broken #110

yuheiy opened this issue Sep 19, 2020 · 1 comment · Fixed by #111
Assignees
Labels
type: bug Functionality that does not work as intended/expected

Comments

@yuheiy
Copy link
Contributor

yuheiy commented Sep 19, 2020

Info

Tool Version
Plugin v1.5.1
Prettier v2.1.2
Node v12.18.4
OS mac

Input

div
  div(class={
    a: true,
    b: false,
  })

Output or Error

div
  div(class={
  a: true,
  b: false,
})

Expected Output

div
  div(class={
    a: true,
    b: false,
  })
@Shinigami92 Shinigami92 self-assigned this Sep 19, 2020
@Shinigami92 Shinigami92 added the type: bug Functionality that does not work as intended/expected label Sep 19, 2020
@Shinigami92
Copy link
Member

Will be in next release
Together with another feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants