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 ?

Please sign in to leave a comment.
Submitted to developers as https://youtrack.jetbrains.com/issue/WEB-48784, please follow it for updates