Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Auto Indent not working with JSX elements #675

Open
moesalih opened this issue Jun 12, 2020 · 0 comments
Open

Auto Indent not working with JSX elements #675

moesalih opened this issue Jun 12, 2020 · 0 comments

Comments

@moesalih
Copy link

moesalih commented Jun 12, 2020

It seems that nested JSX elements aren't being indented properly.

Example:

function App() {
	return (
		<div>
		<div>
		<div>
		</div>
		</div>
		</div>
	);
}

Anyone else having this issue?

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

No branches or pull requests

1 participant