Skip to content
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

Even "indent Style" is "space" but indent is always use tab #110

Open
szkaym opened this issue Oct 10, 2024 · 1 comment
Open

Even "indent Style" is "space" but indent is always use tab #110

szkaym opened this issue Oct 10, 2024 · 1 comment

Comments

@szkaym
Copy link

szkaym commented Oct 10, 2024

My setting.

	"settings": {
		"twig-language-2.indentStyle": "space",
		"twig-language-2.formatting": true,
		"[twig]": {
			"editor.autoIndent": "full",
			"editor.defaultFormatter": "mblode.twig-language-2",
			"editor.formatOnSave": true,
			"editor.insertSpaces": true,
			"editor.tabSize": 2
		},
        }
@szkaym szkaym changed the title even "indent Style" is "space" but indent is always use tab Even "indent Style" is "space" but indent is always use tab Oct 10, 2024
@Clop1986
Copy link

Clop1986 commented Nov 1, 2024

Had the same problem, I added "twig-language-2.tabSize": 2, disabled and enabled the extension and restarted vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants