Answer the question
In order to leave comments, you need to log in
Brackets: how to remove auto-closing of some tags?
In Brackets 1.9, all single tags are automatically closed: br, input, img, etc. How can I prevent these tags from closing?
Answer the question
In order to leave comments, you need to log in
maybe so?
You need to go to Debug → Open Preferences File and add there:
"closeTags": {
"whenOpening": false,
"whenClosing": true,
"indentTags": []
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question