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

js2-jsx-mode - controlling indent for the closing part of a self-closing tag #482

Closed
nukeop opened this issue Feb 15, 2018 · 0 comments
Closed

Comments

@nukeop
Copy link

nukeop commented Feb 15, 2018

Right now the indentation for self closing tags that take multiple lines looks something like this:

      <Tag

	 />

I want it to be aligned to the opening part of the tag, like this:

      <Tag

      />

How do I achieve that? Setting js2-basic-offset or sgml-basic-offset or sgml-attribute-offset doesn't help.

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