If I run "reformat code" PyCharm changes this line:
{% ajax_dialog_opener url=duplicate_url|add:'?hide_messages=true' reload_on_success=False label='FoooBaar' dialog_title='Foo foo baaar' type='link'
After reformat code:
{% ajax_dialog_opener url=duplicate_url|add:'?hide_messages=true' reload_on_success=False label='FoooBaar' dialog_title='Foo foo baaar' type='link'
data_shortcut="mod+d" %}
But this means the new code is broken.
Is there a way to stop PyCharm from breaking above line?
Version: PyCharm community 2018.2