phpstorm怎么设置tab缩进4个空格?
启动phpstorm;这时我们可以找到软件右下角有个“tab size”的选项,点击它;乎判
2.在弹出来的选项中选择“tab width 4”;
3.你也可以在菜单栏中点击“view”——“indentation”——“tab width 4”;
4.这时可以看到页面的变化,所有代码旦逗块都缩进为四个空格了,同时,你可以按tab键,同样可以缩进为4个空格。
Webstorm 的 Tab 键调整缩进值步骤
1.file-default settings-editor-code style-javascript-将tab size/indent/continuation indent设置成你想缩进的值;
2.同理设置css,html等中的缩进值;
3.回到code style中,取消勾选detect and use existing file indents for editing。
phpstorm如何取消空格代替制表符
phpstorm默认是用4个空格代替制表符,为了让代码在不同编辑器下打开不出现格式混乱的情况,需要取消空格代替制表符的设置。
phpstorm取消空格代替制表符的方法:
进入:File ->模顷卖 Setting -> Code Style -> PHP,右侧勾选 "Use tab character"。