Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html.format.wrapAttributes on handlebars template #27272

Closed
ifahrentholz opened this issue May 25, 2017 · 1 comment
Closed

html.format.wrapAttributes on handlebars template #27272

ifahrentholz opened this issue May 25, 2017 · 1 comment
Assignees
Labels
html HTML support issues

Comments

@ifahrentholz
Copy link

  • VSCode Version: 1.12.2
  • OS Version: OSX 10.11.6 (15G1217) (El Capitan)

Steps to Reproduce:

  1. I've set the following settings:
"html.format.wrapLineLength": 0,
"html.format.wrapAttributes": "force-aligned",
"editor.wordWrap": "off",
"editor.wrappingIndent": "same",
"window.zoomLevel": 0,
  1. Use the following markup:
<input type="radio"
       name="garage"
       id="garage-02"
       class="ns-e-togg__radio ns-js-form-binding"
       value="02"
       {{#ifCond data.antragsart "05"}}
       checked="checked"
       {{/ifCond}}>
  1. Hit save and VSCode will break the ifCond statement on new lines - which causes a code bug.

wrapattributes

@aeschli
Copy link
Contributor

aeschli commented May 26, 2017

This issue was moved to beautifier/js-beautify#1199

@aeschli aeschli closed this as completed May 26, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
html HTML support issues
Projects
None yet
Development

No branches or pull requests

3 participants