Sublime Text3 插件

#默认配置

{
    "default_line_ending": "unix",
    "ensure_newline_at_eof_on_save": true,
    "fade_fold_buttons": false,
    "font_size": 12,
    "hlight_modified_tabs": true,
    "ignored_packages":
    [
        "HTML-CSS-JS Prettify",
        "Vintage"
    ],
    "show_encoding": true,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "word_wrap": false
}

 

 

#DocBlockr

注释

  {
    "jsdocs_extra_tags":[
        "@author green"
    ]
  }

 

# phpfmt

格式化PHP代码

配置文档:https://packagecontrol.io/packages/phpfmt

{
    "version": 1,
    "php_bin": "D:/Program Files/phpstudy_pro/Extensions/php/php7.3.4nts/php.exe",
    "format_on_save": true,
    "indent_with_space": true,
    "enable_auto_align": true,
    "psr1": true,
    "psr2": true
}

 

posted @ 2020-03-17 14:21  绿静風  阅读(134)  评论(0编辑  收藏  举报