1. 程式人生 > >phpStorm格式化中括號縮排

phpStorm格式化中括號縮排

格式化前:

function you_func()
{
    return xxx;
}

格式化後:
function you_func() {
    return xxx;
}

在PhpStorm中的配置:File——Settings——Editor——Code Style——PHP