Sublime Forum

Indentation: reindent Lines not working with javascript

#1

indentation: reindent Lines not working with javascript

When javascript code with ‘//’, it’s not working well.
any idea?

0 Likes

#2

[quote=“couplezz”]indentation: reindent Lines not working with javascript

When javascript code with ‘//’, it’s not working well.
any idea?[/quote]

This is a bug. You could argue that comments shouldn’t be reindented, because the programmer may have had the intention to make commented-out lines visible by placing them out-of-indent.

However, I don’t think that was the idea, since /* */ comments reindent correctly. Should at least be configurable.

0 Likes