You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2024. It is now read-only.
So we probably need to add xmlWhitespaceSensitivity: ignore in .prettierrc.yml to let it indent correctly (i.e. when there is whitespace only between tags).
sbidoul
added a commit
to acsone/maintainer-quality-tools
that referenced
this issue
Mar 1, 2020
In order to let prettier indent xml
correctly, it has to consider whitespace between tag
as non significant. It should be
a safe default for odoo-related xml files.
fixesOCA#632
In order to let prettier indent xml
correctly, it has to consider whitespace between tag
as non significant. It should be
a safe default for odoo-related xml files.
fixesOCA#632
Example on mis_builder/report/mis_report_instance_qweb.xml
@yajo WDYT ?
The text was updated successfully, but these errors were encountered: