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

No indentation on .ts files when adding line break #189

Open
wilitp opened this issue Jan 30, 2021 · 1 comment
Open

No indentation on .ts files when adding line break #189

wilitp opened this issue Jan 30, 2021 · 1 comment

Comments

@wilitp
Copy link

wilitp commented Jan 30, 2021

Adding a line break doesn't add indentation on the next line for .ts files but does for .tsx files.

Behavior

const payload = {
user: {...}
}

Expected behavior

const payload = {
  user: {...}
}
@wilitp
Copy link
Author

wilitp commented Jan 30, 2021

Update: disabling the vim-styled-components plugin solved my issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant