Skip to content

The config for twigAlwaysBreakObjects does not works #145

@sovetski

Description

@sovetski

I have this version "@zackad/prettier-plugin-twig": "^0.16.3" and this config in .prettierrc.json:

{
	"plugins": ["@zackad/prettier-plugin-twig"],
	"twigAlwaysBreakObjects": false,
	"useTabs": true,
	"tabWidth": 4
}

It still changes this:

{% block title %}Demo{% endblock %}

to this:

{% block title %}
	Demo
{% endblock %}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions