phpStorm Markdown Auto Formatting in blade.php Problem
Does anyone have an idea how to set phpStorm so that when editing markdown mailables in Laravel in a blade.php file, the indentation for is not always done automatically? For all other blade files, of course, this should be so. But this often leads to erroneous displays if you don't pay attention to it every time. How do you do it otherwise?
Just go settings > Editor > Code Style. Choose Formatter tab, and add a path to DO NOT FORMAT field. For example, I added this : resources/views/emails/*
And what if you have Pint installed and running. PhpStorm then says that "Settings may be overridden by PHP external formatter"... Anyone in this situation?