prettier/tests/html_angular
Zaven Muradyan 4e46f92b86 Add formatting for i18n attributes. (#6695)
* Add formatting for i18n attributes.

Previously, Prettier would largely ignore i18n attributes, not even
wrapping their content, which wasn't ideal since i18n descriptive text
can sometimes get long.

After this, Prettier will auto-wrap the contents of i18n attributes once
they exceed the line length.

Fixes #5875.
2019-10-25 22:10:43 +03:00
..
__snapshots__ Add formatting for i18n attributes. (#6695) 2019-10-25 22:10:43 +03:00
attr-name.component.html fix(ng,vue): do not normalize attribute names (#5549) 2018-11-26 12:09:19 +08:00
attributes.component.html Add formatting for i18n attributes. (#6695) 2019-10-25 22:10:43 +03:00
first-lf.component.html fix(html): leading space for leading interpolation in textarea is sensitive (#5468) 2018-11-15 10:34:42 +08:00
ignore-attribute.component.html feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00
interpolation.component.html fix(angular): don't add unnecessary parentheses to pipes (#5929) 2019-03-13 09:02:36 +08:00
jsfmt.spec.js fix(ng,vue): add parens to avoid unexpected `}}` in interpolations (#5657) 2018-12-30 23:03:42 +08:00
real-world.component.html feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00
tag-name.component.html fix(vue,ng): do not normalize tag names (#5526) 2018-11-23 13:12:43 +08:00