在 phpfmt sublime 插件中使用空格缩进

Indent using spaces with phpfmt sublime plugin

我在 sublime 3 设置中使用 phpfmt,但在格式化后我的空格缩进会自动转换为制表符。

我试过像这样设置我的用户 conf,但它根本不起作用:

{
  "format_on_save": true,
  "php_bin": "/usr/local/opt/php70/bin/php",
  "readini": false,
  "translate_tabs_to_spaces": true,
  "version": 1
}

如何设置相反的行为?发送

使用命令面板,选择"phpfmt: indentation with spaces"