typescript-vim
typescript-vim copied to clipboard
No indentation on .ts files when adding line break
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: {...}
}
Update: disabling the vim-styled-components
plugin solved my issue.