标签: phpstorm
我想删除所谓的"右边距"在Mac上的PhpStorm中。
这条垂直线需要有一个值,所以无法设置零,我需要这个是因为当我按 Cmd + Alt + L 重新格式化我的代码时,它会破坏代码线。
答案 0 :(得分:0)
我弄明白了如何禁用这个右边距线。
在PhpStorm(在Mac上):
File -> Default Settings -> Editor > General > Appearance
取消选中:
Show right margin(configured in Code Style options)
这对我来说很完美。