typescript-vim icon indicating copy to clipboard operation
typescript-vim copied to clipboard

No indentation on .ts files when adding line break

Open wilitp opened this issue 4 years ago • 1 comments

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 avatar Jan 30 '21 17:01 wilitp

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

wilitp avatar Jan 30 '21 17:01 wilitp