Replies: 1 comment
-
Please track #2519. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using TailwindCSS and it's common to have a very long class names. However, each time I format the multi-line class value, the indentation of the second line and below lines keeps increasing, like this:
->
->
This problem does not appear in a pure HTML file, so I guess it's not some problem with VSCode itself. Also, setting
volar.format.initialIndent
tofalse
would not cause the problem. Is it possibly to be some kind of bug, or has there been some solution/walkaround to this issue?Beta Was this translation helpful? Give feedback.
All reactions