Baidu-FE-Code-Style icon indicating copy to clipboard operation
Baidu-FE-Code-Style copied to clipboard

有没有window系统下的详细配置方法

Open yinhezhu opened this issue 11 years ago • 1 comments

有没有window系统下的详细配置方法

yinhezhu avatar Jan 22 '15 06:01 yinhezhu

Windows 下的 SublimeText 配置如下:

Preferences - Package Setting - Baidu FE Code Style - "Setting - User"

{
    "env": {
        "fecs_bin": "D:/Program Files (x86)/nodejs/node_modules/fecs/bin/fecs",
        "node_bin": "D:/Program Files (x86)/nodejs/node.exe"
    }
}

Softor avatar Apr 29 '15 14:04 Softor