是否有可能告诉PhpStorm我不想在类标签后开始新的缩进级别?
我一直在寻找Settings>Editor>Code Style>PHP
中有很多选项,但我无法在那里找到它。
这是一个例子:
<?php
class test {
public function testFunction() {
//Look ma, first level of indention!
}
}
答案 0 :(得分:1)
没有这样的选择。
https://youtrack.jetbrains.com/issue/WI-12068 - 观看此门票(星级/投票/评论)以获得有关任何进展的通知。到目前为止,这张票并未计划用于任何特定的未来版本。