-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML auto formatting using spaces instead of tabs #55423
Comments
(Experimental duplicate detection) |
What is the tab/spaces setting for your editor? Check out the lower right corner. To sync settings in |
Hi @aeschli my setting is If I format the document, I can see that spaced are being changed to tabs but not for |
reproduced on the https://beautifier.io/ playground:
format the following code
|
This issue was moved to beautifier/js-beautify#1551 |
Steps to Reproduce:
"html.format.wrapAttributes": "force-aligned"
or"html.format.wrapAttributes": force-expand-multiline
in the workspace settingsindent_style
to tabs in.editorconfig
for htmlI would expect that tabs are using instead of spaced.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: