sublimetext-codeformatter
sublimetext-codeformatter copied to clipboard
About textarea
I hope textarea tag, can be combined into one line. current format:
<div>
<textarea>
test
</textarea>
</div>
textarea content before and afterthere will be a space ... I hope to have a setting item, does not wrap tags:
<div>
<textarea>test</textarea>
</div>
I'll see about getting it in.
@RevanProdigalKnight Submit data content will be spaces...
This is real problem which needs to be fixed, now every time page with textarea has to be fixed manually after formatting. Two years passed after issue creation and nothing changed...