I use PhpStorm/IntelliJ. It is configured to indent using spaces by default because I use PHP's PSR-2 standard a lot. I don't want to change the default indentation settings.
However I want to write makefiles and they require to use tabs for indentation.
How can I write makefiles in PhpStorm/IntelliJ with spaces as default indentation?