mrmlnc / vscode-attrs-sorter

:electric_plug: VS Code plugin for sorting of the tag attributes in the specified order.
https://goo.gl/nFSdjs
MIT License
8 stars 1 forks source link

Does not work "html.format.wrapAttributes": "force-aligned" #41

Open ghost opened 6 years ago

ghost commented 6 years ago

My settings is it.

{
  "editor.formatOnSave": true,
  "html.format.enable": true,
  "html.format.wrapAttributes": "force-aligned"
}

Does not work "html.format.wrapAttributes": "force-aligned".

Please correspond to this or do it manually.

Sorry. I’m not good at English.

mrmlnc commented 6 years ago

Hello, @tori-333,

This is built-in settings for VS Code. This plugin does not provide such settings. We provide only attrsSorter.order settings. Or the plugin does not work with this option?

ghost commented 6 years ago

This extension is good and "attrsSorter.order" is good.

But installing this extension ignores the built-in setting.

Aden-git commented 6 years ago

Looks like this issue related to #31