Align opening and closing square brackets with the same number of tabs in JSON mode
Ouverte
feature-request
no-autoclose
p1
- Langage dominant
- JavaScript
- Étoiles
- 27.1k
- Forks
- 5.3k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
In JSON mode of Ace Editor if user inputs opening square bracket (`[`) and then presses Enter, the automatically appeared closing square bracket (`]`) is transferred to the next line with default tab indent as follows:
```
[
]
```
But they should be aligned in one column this way
```
[
]
```
as it happens with curly brackets.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.