Indentation spaces and not tabs after binary operator
Hi!
When align when multiline is enabled in the code style for binary operators (Typescript). The indentation is not kept as configured in tabs, but uses a single space instead (hence ESLint is mad at me :( ).

Is there a way to keep indentation as set in tabs ?

请先登录再写评论。
Submitted to developers as https://youtrack.jetbrains.com/issue/WEB-48784, please follow it for updates