I am using PhpStorm / IntelliJ. It is indented using default spaces, because I often use PHP PSR-2. I do not want to change the default indentation settings .
However, I want to write make files, and they need to use tabs for indentation.
How can I write makefiles in PhpStorm / IntelliJ with default spaces?
source share