Glavin001 / atom-beautify

:mega: Help Wanted - Looking for Maintainer: https://github.com/Glavin001/atom-beautify/issues/2572 | :lipstick: Universal beautification package for Atom editor (:warning: Currently migrating to https://github.com/Unibeautify/ and have very limited bandwidth for Atom-Beautify Issues. Thank you for your patience and understanding :heart: )
http://unibeautify.com/
MIT License
1.5k stars 454 forks source link

can't beautify the php file (can format the same file in cmd #643

Closed Inori-Lover closed 8 years ago

Inori-Lover commented 8 years ago

Atom Beautify - Debugging information

The following debugging information was generated by Atom Beautify on Thu Nov 05 2015 15:28:01 GMT+0800 (中国标准时间).


Platform: win32

Versions

Atom Version: 1.2.0-beta1

Atom Beautify Version: 0.28.16

Original file to be beautified

Original File Path: E:\subtitle.php

Original File Grammar: PHP

Original File Language: PHP

Original File Contents:


?>
<?php

if($code == BAD){$action = REWRITE;}else{$action = KEEP;}

for($i=0; $i<10;$i++){while($j>0){$j++;doCall($i+$j);if($k){$k/=10;}}}

?>

Beautification options

Editor Options: Options from Atom Editor settings

{
    "_default": {
        "indent_size": 4,
        "indent_char": " ",
        "indent_with_tabs": false
    }
}

Config Options: Options from Atom Beautify package settings

{
    "php": {
        "cs_fixer_path": "C:\\Users\\Y\\AppData\\Roaming\\Composer\\vendor\\fabpot\\php-cs-fixer\\php-cs-fixer.phar",
        "fixers": "align_equals",
        "level": ""
    },
    "ruby": {
        "indent_char": "\t",
        "indent_size": 4
    },
    "arduino": {
        "configPath": ""
    },
    "cs": {
        "configPath": ""
    },
    "c": {
        "configPath": ""
    },
    "cpp": {
        "configPath": ""
    },
    "css": {
        "indent_size": 4,
        "indent_char": " ",
        "selector_separator_newline": false,
        "newline_between_rules": false,
        "preserve_newlines": false,
        "wrap_line_length": 0,
        "indent_comments": true,
        "force_indentation": false,
        "convert_quotes": "none",
        "align_assignments": false,
        "no_lead_zero": false
    },
    "d": {
        "configPath": ""
    },
    "gherkin": {
        "indent_size": 4,
        "indent_char": " "
    },
    "fortran": {
        "emacs_path": "",
        "emacs_script_path": ""
    },
    "html": {
        "indent_inner_html": false,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_line_length": 250,
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 4,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "unformatted": [
            "a",
            "sub",
            "sup",
            "b",
            "i",
            "u"
        ],
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ]
    },
    "java": {
        "configPath": ""
    },
    "js": {
        "indent_size": 4,
        "indent_char": " ",
        "indent_level": 0,
        "indent_with_tabs": false,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "space_in_paren": false,
        "jslint_happy": false,
        "space_after_anon_function": false,
        "brace_style": "collapse",
        "break_chained_methods": false,
        "keep_array_indentation": false,
        "keep_function_indentation": false,
        "space_before_conditional": true,
        "eval_code": false,
        "unescape_strings": false,
        "wrap_line_length": 0,
        "end_with_newline": false,
        "end_with_comma": false
    },
    "objectivec": {
        "configPath": ""
    },
    "pawn": {
        "configPath": ""
    },
    "perl": {
        "perltidy_profile": ""
    },
    "python": {
        "max_line_length": 79,
        "indent_size": 4,
        "ignore": [
            "E24"
        ]
    },
    "rust": {
        "rustfmt_path": ""
    },
    "sql": {
        "indent_size": 4,
        "keywords": "upper",
        "identifiers": "lower"
    },
    "vala": {
        "configPath": ""
    }
}

Home Options: Options from C:\Users\Y\.jsbeautifyrc

{
    "_default": {}
}

EditorConfig Options: Options from EditorConfig file

{
    "_default": {}
}

Project Options: Options from .jsbeautifyrc files starting from directory E:\ and going up to root

[]

Final Options: Final combined options that are used

{
    "indent_size": 4,
    "indent_char": " ",
    "indent_with_tabs": false
}

Package Settings: The raw package settings options

{
    "_analyticsUserId": "d2c14162-3ae3-4617-9f40-3cd8e53c2a58",
    "php_cs_fixer_path": "C:\\Users\\Y\\AppData\\Roaming\\Composer\\vendor\\fabpot\\php-cs-fixer\\php-cs-fixer.phar",
    "php_fixers": "align_equals",
    "ruby_indent_char": "\t",
    "analytics": true,
    "_loggerLevel": "warn",
    "beautifyEntireFileOnSave": true,
    "muteUnsupportedLanguageErrors": false,
    "muteAllErrors": false,
    "arduino_configPath": "",
    "cs_configPath": "",
    "c_configPath": "",
    "cpp_configPath": "",
    "css_indent_size": 4,
    "css_indent_char": " ",
    "css_selector_separator_newline": false,
    "css_newline_between_rules": false,
    "css_preserve_newlines": false,
    "css_wrap_line_length": 0,
    "css_indent_comments": true,
    "css_force_indentation": false,
    "css_convert_quotes": "none",
    "css_align_assignments": false,
    "css_no_lead_zero": false,
    "d_configPath": "",
    "gherkin_indent_size": 4,
    "gherkin_indent_char": " ",
    "fortran_emacs_path": "",
    "fortran_emacs_script_path": "",
    "html_indent_inner_html": false,
    "html_indent_size": 4,
    "html_indent_char": " ",
    "html_brace_style": "collapse",
    "html_indent_scripts": "normal",
    "html_wrap_line_length": 250,
    "html_wrap_attributes": "auto",
    "html_wrap_attributes_indent_size": 4,
    "html_preserve_newlines": true,
    "html_max_preserve_newlines": 10,
    "html_unformatted": [
        "a",
        "sub",
        "sup",
        "b",
        "i",
        "u"
    ],
    "html_end_with_newline": false,
    "html_extra_liners": [
        "head",
        "body",
        "/html"
    ],
    "java_configPath": "",
    "js_indent_size": 4,
    "js_indent_char": " ",
    "js_indent_level": 0,
    "js_indent_with_tabs": false,
    "js_preserve_newlines": true,
    "js_max_preserve_newlines": 10,
    "js_space_in_paren": false,
    "js_jslint_happy": false,
    "js_space_after_anon_function": false,
    "js_brace_style": "collapse",
    "js_break_chained_methods": false,
    "js_keep_array_indentation": false,
    "js_keep_function_indentation": false,
    "js_space_before_conditional": true,
    "js_eval_code": false,
    "js_unescape_strings": false,
    "js_wrap_line_length": 0,
    "js_end_with_newline": false,
    "js_end_with_comma": false,
    "objectivec_configPath": "",
    "pawn_configPath": "",
    "perl_perltidy_profile": "",
    "php_level": "",
    "python_max_line_length": 79,
    "python_indent_size": 4,
    "python_ignore": [
        "E24"
    ],
    "ruby_indent_size": 4,
    "rust_rustfmt_path": "",
    "sql_indent_size": 4,
    "sql_keywords": "upper",
    "sql_identifiers": "lower",
    "vala_configPath": "",
    "language_arduino_disabled": false,
    "language_arduino_default_beautifier": "Uncrustify",
    "language_arduino_beautify_on_save": false,
    "language_cs_disabled": false,
    "language_cs_default_beautifier": "Uncrustify",
    "language_cs_beautify_on_save": false,
    "language_c_disabled": false,
    "language_c_default_beautifier": "Uncrustify",
    "language_c_beautify_on_save": false,
    "language_coffeescript_disabled": false,
    "language_coffeescript_default_beautifier": "coffee-fmt",
    "language_coffeescript_beautify_on_save": false,
    "language_cpp_disabled": false,
    "language_cpp_default_beautifier": "Uncrustify",
    "language_cpp_beautify_on_save": false,
    "language_css_disabled": false,
    "language_css_default_beautifier": "JS Beautify",
    "language_css_beautify_on_save": false,
    "language_csv_disabled": false,
    "language_csv_default_beautifier": "Pretty Diff",
    "language_csv_beautify_on_save": false,
    "language_d_disabled": false,
    "language_d_default_beautifier": "Uncrustify",
    "language_d_beautify_on_save": false,
    "language_ejs_disabled": false,
    "language_ejs_default_beautifier": "Pretty Diff",
    "language_ejs_beautify_on_save": false,
    "language_erb_disabled": false,
    "language_erb_default_beautifier": "Pretty Diff",
    "language_erb_beautify_on_save": false,
    "language_gherkin_disabled": false,
    "language_gherkin_default_beautifier": "Gherkin formatter",
    "language_gherkin_beautify_on_save": false,
    "language_go_disabled": false,
    "language_go_default_beautifier": "gofmt",
    "language_go_beautify_on_save": false,
    "language_fortran_disabled": false,
    "language_fortran_default_beautifier": "Fortran Beautifier",
    "language_fortran_beautify_on_save": false,
    "language_handlebars_disabled": false,
    "language_handlebars_default_beautifier": "JS Beautify",
    "language_handlebars_beautify_on_save": false,
    "language_haskell_disabled": false,
    "language_haskell_default_beautifier": "stylish-haskell",
    "language_haskell_beautify_on_save": false,
    "language_html_disabled": false,
    "language_html_default_beautifier": "JS Beautify",
    "language_html_beautify_on_save": false,
    "language_java_disabled": false,
    "language_java_default_beautifier": "Uncrustify",
    "language_java_beautify_on_save": false,
    "language_js_disabled": false,
    "language_js_default_beautifier": "JS Beautify",
    "language_js_beautify_on_save": false,
    "language_json_disabled": false,
    "language_json_default_beautifier": "JS Beautify",
    "language_json_beautify_on_save": false,
    "language_jsx_disabled": false,
    "language_jsx_default_beautifier": "Pretty Diff",
    "language_jsx_beautify_on_save": false,
    "language_less_disabled": false,
    "language_less_default_beautifier": "Pretty Diff",
    "language_less_beautify_on_save": false,
    "language_markdown_disabled": false,
    "language_markdown_default_beautifier": "Tidy Markdown",
    "language_markdown_beautify_on_save": false,
    "language_marko_disabled": false,
    "language_marko_default_beautifier": "JS Beautify",
    "language_marko_beautify_on_save": false,
    "language_mustache_disabled": false,
    "language_mustache_default_beautifier": "JS Beautify",
    "language_mustache_beautify_on_save": false,
    "language_objectivec_disabled": false,
    "language_objectivec_default_beautifier": "Uncrustify",
    "language_objectivec_beautify_on_save": false,
    "language_pawn_disabled": false,
    "language_pawn_default_beautifier": "Uncrustify",
    "language_pawn_beautify_on_save": false,
    "language_perl_disabled": false,
    "language_perl_default_beautifier": "Perltidy",
    "language_perl_beautify_on_save": false,
    "language_php_disabled": false,
    "language_php_default_beautifier": "PHP-CS-Fixer",
    "language_php_beautify_on_save": false,
    "language_puppet_disabled": false,
    "language_puppet_default_beautifier": "puppet-lint",
    "language_puppet_beautify_on_save": false,
    "language_python_disabled": false,
    "language_python_default_beautifier": "autopep8",
    "language_python_beautify_on_save": false,
    "language_ruby_disabled": false,
    "language_ruby_default_beautifier": "Rubocop",
    "language_ruby_beautify_on_save": false,
    "language_rust_disabled": false,
    "language_rust_default_beautifier": "rustfmt",
    "language_rust_beautify_on_save": false,
    "language_sass_disabled": false,
    "language_sass_default_beautifier": "Pretty Diff",
    "language_sass_beautify_on_save": false,
    "language_scss_disabled": false,
    "language_scss_default_beautifier": "Pretty Diff",
    "language_scss_beautify_on_save": false,
    "language_spacebars_disabled": false,
    "language_spacebars_default_beautifier": "Pretty Diff",
    "language_spacebars_beautify_on_save": false,
    "language_sql_disabled": false,
    "language_sql_default_beautifier": "sqlformat",
    "language_sql_beautify_on_save": false,
    "language_svg_disabled": false,
    "language_svg_default_beautifier": "Pretty Diff",
    "language_svg_beautify_on_save": false,
    "language_swig_disabled": false,
    "language_swig_default_beautifier": "Pretty Diff",
    "language_swig_beautify_on_save": false,
    "language_tss_disabled": false,
    "language_tss_default_beautifier": "Pretty Diff",
    "language_tss_beautify_on_save": false,
    "language_twig_disabled": false,
    "language_twig_default_beautifier": "Pretty Diff",
    "language_twig_beautify_on_save": false,
    "language_typescript_disabled": false,
    "language_typescript_default_beautifier": "TypeScript Formatter",
    "language_typescript_beautify_on_save": false,
    "language_vala_disabled": false,
    "language_vala_default_beautifier": "Uncrustify",
    "language_vala_beautify_on_save": false,
    "language_visualforce_disabled": false,
    "language_visualforce_default_beautifier": "Pretty Diff",
    "language_visualforce_beautify_on_save": false,
    "language_xml_disabled": false,
    "language_xml_default_beautifier": "Pretty Diff",
    "language_xml_beautify_on_save": false
}

Results

Beautified File Contents:


?>
<?php

if($code == BAD){$action = REWRITE;}else{$action = KEEP;}

for($i=0; $i<10;$i++){while($j>0){$j++;doCall($i+$j);if($k){$k/=10;}}}

?>

Logs:

2015-11-05T07:28:01.840Z - info: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] beautify 
?>
<?php

if($code == BAD){$action = REWRITE;}else{$action = KEEP;}

for($i=0; $i<10;$i++){while($j>0){$j++;doCall($i+$j);if($k){$k/=10;}}}

?>
 [ { _default: { indent_size: 4, indent_char: ' ', indent_with_tabs: false } },
  { php: 
     { cs_fixer_path: 'C:\\Users\\Y\\AppData\\Roaming\\Composer\\vendor\\fabpot\\php-cs-fixer\\php-cs-fixer.phar',
       fixers: 'align_equals',
       level: '' },
    ruby: { indent_char: '\t', indent_size: 4 },
    arduino: { configPath: '' },
    cs: { configPath: '' },
    c: { configPath: '' },
    cpp: { configPath: '' },
    css: 
     { indent_size: 4,
       indent_char: ' ',
       selector_separator_newline: false,
       newline_between_rules: false,
       preserve_newlines: false,
       wrap_line_length: 0,
       indent_comments: true,
       force_indentation: false,
       convert_quotes: 'none',
       align_assignments: false,
       no_lead_zero: false },
    d: { configPath: '' },
    gherkin: { indent_size: 4, indent_char: ' ' },
    fortran: { emacs_path: '', emacs_script_path: '' },
    html: 
     { indent_inner_html: false,
       indent_size: 4,
       indent_char: ' ',
       brace_style: 'collapse',
       indent_scripts: 'normal',
       wrap_line_length: 250,
       wrap_attributes: 'auto',
       wrap_attributes_indent_size: 4,
       preserve_newlines: true,
       max_preserve_newlines: 10,
       unformatted: [Object],
       end_with_newline: false,
       extra_liners: [Object] },
    java: { configPath: '' },
    js: 
     { indent_size: 4,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 10,
       space_in_paren: false,
       jslint_happy: false,
       space_after_anon_function: false,
       brace_style: 'collapse',
       break_chained_methods: false,
       keep_array_indentation: false,
       keep_function_indentation: false,
       space_before_conditional: true,
       eval_code: false,
       unescape_strings: false,
       wrap_line_length: 0,
       end_with_newline: false,
       end_with_comma: false },
    objectivec: { configPath: '' },
    pawn: { configPath: '' },
    perl: { perltidy_profile: '' },
    python: { max_line_length: 79, indent_size: 4, ignore: [Object] },
    rust: { rustfmt_path: '' },
    sql: { indent_size: 4, keywords: 'upper', identifiers: 'lower' },
    vala: { configPath: '' } },
  { _default: {} },
  { _default: {} } ] PHP E:\subtitle.php undefined
2015-11-05T07:28:01.840Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee]  indent_size=4, indent_char= , indent_with_tabs=false, cs_fixer_path=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, fixers=align_equals, level=, indent_char= , indent_size=4, configPath=, configPath=, configPath=, configPath=, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, no_lead_zero=false, configPath=, indent_size=4, indent_char= , emacs_path=, emacs_script_path=, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, sub, sup, b, i, u], end_with_newline=false, extra_liners=[head, body, /html], configPath=, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, configPath=, configPath=, perltidy_profile=, max_line_length=79, indent_size=4, ignore=[E24], rustfmt_path=, indent_size=4, keywords=upper, identifiers=lower, configPath=, , 
2015-11-05T07:28:01.840Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] [ { name: 'PHP',
    namespace: 'php',
    grammars: [ 'PHP' ],
    extensions: [ 'php' ],
    options: { cs_fixer_path: [Object], fixers: [Object], level: [Object] },
    beautifiers: [ 'PHP-CS-Fixer' ] } ] 'PHP' 'php'
2015-11-05T07:28:01.840Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] Language PHP supported
2015-11-05T07:28:01.840Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] getOptions selections [ 'php' ] indent_size=4, indent_char= , indent_with_tabs=false, cs_fixer_path=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, fixers=align_equals, level=, indent_char=  , indent_size=4, configPath=, configPath=, configPath=, configPath=, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, no_lead_zero=false, configPath=, indent_size=4, indent_char= , emacs_path=, emacs_script_path=, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, sub, sup, b, i, u], end_with_newline=false, extra_liners=[head, body, /html], configPath=, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, configPath=, configPath=, perltidy_profile=, max_line_length=79, indent_size=4, ignore=[E24], rustfmt_path=, indent_size=4, keywords=upper, identifiers=lower, configPath=, , 
2015-11-05T07:28:01.841Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] true indent_size=4, indent_char= , indent_with_tabs=false
2015-11-05T07:28:01.841Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] options php undefined
2015-11-05T07:28:01.841Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] options php indent_size=4, indent_char= , indent_with_tabs=false
2015-11-05T07:28:01.841Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] true cs_fixer_path=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, fixers=align_equals, level=, indent_char=   , indent_size=4, configPath=, configPath=, configPath=, configPath=, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, no_lead_zero=false, configPath=, indent_size=4, indent_char= , emacs_path=, emacs_script_path=, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, sub, sup, b, i, u], end_with_newline=false, extra_liners=[head, body, /html], configPath=, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, configPath=, configPath=, perltidy_profile=, max_line_length=79, indent_size=4, ignore=[E24], rustfmt_path=, indent_size=4, keywords=upper, identifiers=lower, configPath=
2015-11-05T07:28:01.842Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] options php cs_fixer_path=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, fixers=align_equals, level=
2015-11-05T07:28:01.842Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] options php cs_fixer_path=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, fixers=align_equals, level=
2015-11-05T07:28:01.842Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] true 
2015-11-05T07:28:01.842Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] options php undefined
2015-11-05T07:28:01.842Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] options php
2015-11-05T07:28:01.842Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] true 
2015-11-05T07:28:01.842Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] options php undefined
2015-11-05T07:28:01.842Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] options php
2015-11-05T07:28:01.842Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] PHP name=PHP, namespace=php, grammars=[PHP], extensions=[php], title=PHP - PHP-CS-Fixer Path, type=string, default=, description=Path to the `php-cs-fixer` CLI executable (Supported by PHP-CS-Fixer), beautifiers=[PHP-CS-Fixer], key=cs_fixer_path, $ref=$, type=string, default=, description=Add fixer(s). i.e. linefeed,-short_tag,indentation (Supported by PHP-CS-Fixer), title=PHP - Fixers, beautifiers=[PHP-CS-Fixer], key=fixers, $ref=$, type=string, default=, description=By default, all PSR-2 fixers and some additional ones are run. (Supported by PHP-CS-Fixer), title=PHP - Level, beautifiers=[PHP-CS-Fixer], key=level, $ref=$, beautifiers=[PHP-CS-Fixer]
2015-11-05T07:28:01.842Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] options indent_size=4, indent_char= , indent_with_tabs=false, cs_fixer_path=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, fixers=align_equals, level=
2015-11-05T07:28:01.842Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] beautifiers silly=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, debug=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, verbose=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, info=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, warn=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, error=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, onLogging=function (handler) {
        var subscription;
        subscription = emitter.on('logging', handler);
        return subscription;
      }, silly=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, debug=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, verbose=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, info=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, warn=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, error=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, onLogging=function (handler) {
        var subscription;
        subscription = emitter.on('logging', handler);
        return subscription;
      }, languages=[PHP]
2015-11-05T07:28:01.843Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] PHP E:\subtitle.php { indent_size: 4,
  indent_char: ' ',
  indent_with_tabs: false,
  cs_fixer_path: 'C:\\Users\\Y\\AppData\\Roaming\\Composer\\vendor\\fabpot\\php-cs-fixer\\php-cs-fixer.phar',
  fixers: 'align_equals',
  level: '' } indent_size=4, indent_char= , indent_with_tabs=false, cs_fixer_path=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, fixers=align_equals, level=, indent_char=   , indent_size=4, configPath=, configPath=, configPath=, configPath=, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, no_lead_zero=false, configPath=, indent_size=4, indent_char= , emacs_path=, emacs_script_path=, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, sub, sup, b, i, u], end_with_newline=false, extra_liners=[head, body, /html], configPath=, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, configPath=, configPath=, perltidy_profile=, max_line_length=79, indent_size=4, ignore=[E24], rustfmt_path=, indent_size=4, keywords=upper, identifiers=lower, configPath=, , 
2015-11-05T07:28:01.843Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\index.coffee] beautifier PHP-CS-Fixer silly=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, debug=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, verbose=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, info=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, warn=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, error=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, onLogging=function (handler) {
        var subscription;
        subscription = emitter.on('logging', handler);
        return subscription;
      }, silly=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, debug=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, verbose=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, info=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, warn=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, error=function (msg) {
      // build argument list (level, msg, ... [string interpolate], [{metadata}], [callback])
      var args = [level].concat(Array.prototype.slice.call(arguments));
      target.log.apply(target, args);
    }, onLogging=function (handler) {
        var subscription;
        subscription = emitter.on('logging', handler);
        return subscription;
      }, languages=[PHP]
2015-11-05T07:28:01.843Z - debug: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\beautifier.coffee] php-cs-fixer indent_size=4, indent_char= , indent_with_tabs=false, cs_fixer_path=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, fixers=align_equals, level=
2015-11-05T07:28:01.902Z - debug: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\beautifier.coffee] php-cs-fixer paths 0=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, 1=php-cs-fixer
2015-11-05T07:28:01.902Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\beautifier.coffee] phpCSFixerPath C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar
2015-11-05T07:28:01.902Z - debug: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\beautifier.coffee] phpCSFixerPath C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar 0=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, 1=php-cs-fixer
2015-11-05T07:28:01.903Z - debug: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\beautifier.coffee] tempFile temp null path=C:\Users\Y\AppData\Local\Temp\temp115105-12644-w31j86, fd=4
2015-11-05T07:28:01.903Z - debug: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\beautifier.coffee] exeName, args: php 0=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, 1=fix, 2=undefined, 3=--fixers=align_equals, 4=C:\Users\Y\AppData\Local\Temp\temp115105-12644-w31j86
2015-11-05T07:28:01.907Z - debug: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\beautifier.coffee] exePath, env: E:\xampp\php\php.EXE ALLUSERSPROFILE=C:\ProgramData, APPDATA=C:\Users\Y\AppData\Roaming, ATOM_HOME=C:\Users\Y\.atom, CLASSPATH= .;C:\Program Files\Java\jdk1.8.0_31\lib\dt.jar;C:\Program Files\Java\jdk1.8.0_31\lib\tools.jar;, CommonProgramFiles=C:\Program Files (x86)\Common Files, CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files, CommonProgramW6432=C:\Program Files\Common Files, COMPUTERNAME=INORI, ComSpec=C:\Windows\system32\cmd.exe, FP_NO_HOST_CHECK=NO, GOOGLE_API_KEY=AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q, HOMEDRIVE=C:, HOMEPATH=\Users\Y, JAVA_HOME=C:\Program Files\Java\jdk1.8.0_31, LOCALAPPDATA=C:\Users\Y\AppData\Local, LOGONSERVER=\\MicrosoftAccount, NODE_ENV=production, NODE_PATH=C:\Users\Y\AppData\Local\atom\app-1.2.0-beta1\resources\app.asar\exports, NUMBER_OF_PROCESSORS=6, OS=Windows_NT, Path=~/.composer/vendor/bin;E:\xampp\php;E:\xampp\php\ext;C:\Program Files\Java\jdk1.8.0_31\bin;C:\Program Files\Java\jdk1.8.0_31\jre\bin;C:\Python27\;C:\Python27\Scripts;C:\Program Files\Python 3.5\Scripts\;C:\Program Files\Python 3.5\;E:\ffmpeg-win64-static\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\Program Files\Calibre2\;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;%USERPROFILE%\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\nodejs\;C:\Program Files\MATLAB\R2015b\runtime\win64;C:\Program Files\MATLAB\R2015b\bin;C:\Program Files\MATLAB\R2015b\polyspace\bin;C:\Program Files\Git\cmd;C:\ProgramData\ComposerSetup\bin;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Program Files (x86)\KLatexFormula-3.3.0beta\bin;C:\Users\Y\AppData\Roaming\npm, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW, PROCESSOR_ARCHITECTURE=x86, PROCESSOR_ARCHITEW6432=AMD64, PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 2 Stepping 0, AuthenticAMD, PROCESSOR_LEVEL=21, PROCESSOR_REVISION=0200, ProgramData=C:\ProgramData, ProgramFiles=C:\Program Files (x86), ProgramFiles(x86)=C:\Program Files (x86), ProgramW6432=C:\Program Files, PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, PUBLIC=C:\Users\Public, SystemDrive=C:, SystemRoot=C:\Windows, TEMP=C:\Users\Y\AppData\Local\Temp, TMP=C:\Users\Y\AppData\Local\Temp, USERDOMAIN=INORI, USERDOMAIN_ROAMINGPROFILE=INORI, USERNAME=Y, USERPROFILE=C:\Users\Y, VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\, VSSDK140Install=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VSSDK\, windir=C:\Windows
2015-11-05T07:28:01.907Z - debug: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\beautifier.coffee] spawn E:\xampp\php\php.EXE 0=C:\Users\Y\AppData\Roaming\Composer\vendor\fabpot\php-cs-fixer\php-cs-fixer.phar, 1=fix, 2=--fixers=align_equals, 3=C:\Users\Y\AppData\Local\Temp\temp115105-12644-w31j86
2015-11-05T07:28:02.207Z - debug: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\beautifier.coffee] spawn done 0  Fixed all files in 0.115 seconds, 4.500 MB memory used

2015-11-05T07:28:02.207Z - verbose: [C:\Users\Y\.atom\packages\atom-beautify\src\beautifiers\beautifier.coffee] spawn result 0 Fixed all files in 0.115 seconds, 4.500 MB memory used
Inori-Lover commented 8 years ago

reinstall atom and fixed