메뉴 건너뛰기

enjoyTools.net

.jsbeautifyrc

2020.11.04 16:53

꿈돌이 조회 수:347

{

    "js": {

        "eol": "\n",

        "preserve_newlines": true,

        "max_preserve_newlines": 3,

        "space_after_anon_function": true,

        "keep_array_indentation": false,

        "space_before_conditional": true,

        "break_chained_methods": false,

        "unescape_strings": false,

        "wrap_line_length": 0,

        "end_with_newline": true,

        "comma_first": false,

        "operator_position": "after-newline"

    },

    "css": {

        "preserve_newlines": false,

        "selector_separator_newline" : false,

        "end_with_newline": false,

        "newline_between_rules": false,

        "space_around_selector_separator": true

     },

     "php": {

        "eol": "\n",

        "preserve_newlines": true,

        "max_preserve_newlines": 3,

        "space_after_anon_function": true,

        "brace_style": "collapse",

        "keep_array_indentation": false,

        "space_before_conditional": true,

        "break_chained_methods": false,

        "unescape_strings": false,

        "wrap_line_length": 0,

        "end_with_newline": false,

        "comma_first": false,

        "space_in_paren":true

    }

}

 

vscode intelephense 용으로 쓸거

 

출처: https://helpx.adobe.com/kr/dreamweaver/using/format-code.ug.html