This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Auto Indent indents documentation wrong #58
Open
Description
When marking all the following rows below and auto indenting, (using CMD+^+P and searching for Auto Intent and pressing enter) the result is not correct like it was before. The result is missing single spaces on some rows, see below.
/**
* Function description.
*/
function example() {
}
Result: (wrong)
/**
* Function description.
*/
function example() {
}