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

Indent length not working #462

Closed edpirone closed 9 years ago

edpirone commented 9 years ago

For the life of me I can't figure out why I can't get beautify to indent to the noted length. Driving me crazy.

Glavin001 commented 9 years ago

Please run Atom command Atom Beautify - Help Debug Editor

edpirone commented 9 years ago

That didn’t do anything for me. Just opened a bunch of documents.

——

Ed Pirone Director of Digital Media @ SharpHat o. 201.503.0020 ext. 205 c. 551.427.5684 epirone@sharphat.com

SharpHat Inc. 333 Sylvan Ave. Suite 324 Englewood Cliffs, NJ 07632 www.sharphat.com

On Jul 16, 2015, at 3:43 PM, Glavin Wiechert notifications@github.com wrote:

Please run Atom command Atom Beautify - Help Debug Editor

— Reply to this email directly or view it on GitHub https://github.com/Glavin001/atom-beautify/issues/462#issuecomment-122066538.

edpirone commented 9 years ago

I put the .jsbeautifyrc in my users home folder and that fixed it. I saw that in another thread. Just not sure why I have to do that.

——

Ed Pirone Director of Digital Media @ SharpHat o. 201.503.0020 ext. 205 c. 551.427.5684 epirone@sharphat.com

SharpHat Inc. 333 Sylvan Ave. Suite 324 Englewood Cliffs, NJ 07632 www.sharphat.com

On Jul 16, 2015, at 3:43 PM, Glavin Wiechert notifications@github.com wrote:

Please run Atom command Atom Beautify - Help Debug Editor

— Reply to this email directly or view it on GitHub https://github.com/Glavin001/atom-beautify/issues/462#issuecomment-122066538.

Glavin001 commented 9 years ago

That didn’t do anything for me. Just opened a bunch of documents.

What? It should popup with image and walk you through it until you have the debugging information in your clipboard and can paste here so I have information to help you with.

edpirone commented 9 years ago

Just sent it. That is with the .js beautify file in my user home folder. I can re run it without that if you like.

Atom Beautify - Debugging information

The following debugging information was generated by Atom Beautify on Thu Jul 16 2015 15:49:13 GMT-0400 (EDT).


Platform: darwin

Versions

Atom Version: 1.0.2

Atom Beautify Version: 0.28.7

Original file to be beautified

Original File Path: /Applications/MAMP/htdocs/NFL/gsis/web/index.php

Original File Grammar: HTML

Original File Language: HTML

Original File Contents:

<!doctype html>
<html class="no-js" lang="">

   <head>
      <meta charset="utf-8">
      <meta http-equiv="x-ua-compatible" content="ie=edge">
      <title>NFL GSIS</title>
      <meta name="description" content="NFL GSIS">
      <meta name="viewport" content="width=device-width, initial-scale=1">

      <link rel="apple-touch-icon" href="apple-touch-icon.png">
      <!-- Place favicon.ico in the root directory -->

      <link rel="stylesheet" href="css/main.css">
      <script src="js/vendor/modernizr-2.8.3.min.js"></script>
   </head>

   <body>
      <header>
         <?php include 'assets/nav.php';?>
      </header>

      <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
      <script src="js/plugins.js"></script>
      <script src="js/main.js"></script>

   </body>

Beautification options

Editor Options: Options from Atom Editor settings

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

Config Options: Options from Atom Beautify package settings

{
    "c": {
        "configPath": "/usr/local/Cellar/uncrustify/0.61/share/uncrustify/"
    },
    "cpp": {
        "configPath": "/usr/local/Cellar/uncrustify/0.61/share/uncrustify/"
    },
    "cs": {
        "configPath": "/usr/local/Cellar/uncrustify/0.61/share/uncrustify/"
    },
    "d": {
        "configPath": "/usr/local/Cellar/uncrustify/0.61/share/uncrustify/"
    },
    "html": {
        "unformatted": [
            "a",
            "sub",
            "sup",
            "b",
            "i",
            "u",
            "svg",
            "path",
            "g",
            "polygon",
            "select"
        ],
        "indent_inner_html": true,
        "indent_size": 3,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_line_length": 250,
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 3,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "end_with_newline": false
    },
    "css": {
        "indent_size": 3,
        "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
    },
    "fortran": {
        "emacs_path": "",
        "emacs_script_path": ""
    },
    "java": {
        "configPath": ""
    },
    "js": {
        "indent_size": 3,
        "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
    },
    "objectivec": {
        "configPath": ""
    },
    "pawn": {
        "configPath": ""
    },
    "perl": {
        "perltidy_profile": ""
    },
    "php": {
        "cs_fixer_path": "",
        "fixers": "",
        "level": ""
    },
    "python": {
        "max_line_length": 79,
        "indent_size": 3,
        "ignore": [
            "E24"
        ]
    },
    "ruby": {
        "indent_size": 3,
        "indent_char": " "
    },
    "rust": {
        "rustfmt_path": ""
    },
    "sql": {
        "indent_size": 3,
        "keywords": "upper",
        "identifiers": "lower"
    },
    "vala": {
        "configPath": ""
    }
}

Home Options: Options from /Users/edpirone/.jsbeautifyrc

{
    "_default": {
        "indent_size": 3,
        "indent_char": " ",
        "indent_level": 0,
        "indent_with_tabs": false,
        "preserve_newlines": true,
        "max_preserve_newlines": 2,
        "jslint_happy": true
    }
}

EditorConfig Options: Options from EditorConfig file

{
    "_default": {
        "charset": "utf-8",
        "indent_size": 4,
        "indent_style": "space",
        "insert_final_newline": true,
        "trim_trailing_whitespace": true,
        "tab_width": 4,
        "indent_char": " "
    }
}

Project Options: Options from .jsbeautifyrc files starting from directory /Applications/MAMP/htdocs/NFL/gsis/web and going up to root

[
    {
        "_default": {
            "indent_size": 3,
            "indent_char": " ",
            "indent_level": 0,
            "indent_with_tabs": false,
            "preserve_newlines": true,
            "max_preserve_newlines": 2,
            "jslint_happy": true
        }
    },
    {
        "_default": {
            "indent_size": 3,
            "indent_char": " ",
            "indent_level": 0,
            "indent_with_tabs": false,
            "preserve_newlines": true,
            "max_preserve_newlines": 2,
            "jslint_happy": true
        }
    },
    {
        "_default": {
            "indent_size": 3,
            "indent_char": " ",
            "indent_level": 0,
            "indent_with_tabs": false,
            "preserve_newlines": true,
            "max_preserve_newlines": 2,
            "jslint_happy": true
        }
    },
    {
        "_default": {
            "indent_size": 3,
            "indent_char": " ",
            "indent_level": 0,
            "indent_with_tabs": false,
            "preserve_newlines": true,
            "max_preserve_newlines": 2,
            "jslint_happy": true
        }
    },
    {
        "_default": {
            "indent_size": 3,
            "indent_char": " ",
            "indent_level": 0,
            "indent_with_tabs": false,
            "preserve_newlines": true,
            "max_preserve_newlines": 2,
            "jslint_happy": true
        }
    },
    {
        "_default": {
            "indent_size": 3,
            "indent_char": " ",
            "indent_level": 0,
            "indent_with_tabs": false,
            "preserve_newlines": true,
            "max_preserve_newlines": 2,
            "jslint_happy": true
        }
    }
]

Final Options: Final combined options that are used

{
    "indent_size": 3,
    "indent_char": " ",
    "indent_with_tabs": false,
    "unformatted": [
        "a",
        "sub",
        "sup",
        "b",
        "i",
        "u",
        "svg",
        "path",
        "g",
        "polygon",
        "select"
    ],
    "indent_inner_html": true,
    "brace_style": "collapse",
    "indent_scripts": "normal",
    "wrap_line_length": 250,
    "wrap_attributes": "auto",
    "wrap_attributes_indent_size": 3,
    "preserve_newlines": true,
    "max_preserve_newlines": 2,
    "end_with_newline": false,
    "indent_level": 0,
    "jslint_happy": true,
    "charset": "utf-8",
    "indent_style": "space",
    "insert_final_newline": true,
    "trim_trailing_whitespace": true,
    "tab_width": 4
}

Package Settings: The raw package settings options

{
    "_analyticsUserId": "45a6df3e-7973-4913-acca-aa876f077dcc",
    "disabledLanguages": [
        "Batch",
        "Git Commit Message",
        "Null Grammar",
        "Gitignore"
    ],
    "c_configPath": "/usr/local/Cellar/uncrustify/0.61/share/uncrustify/",
    "cpp_configPath": "/usr/local/Cellar/uncrustify/0.61/share/uncrustify/",
    "cs_configPath": "/usr/local/Cellar/uncrustify/0.61/share/uncrustify/",
    "d_configPath": "/usr/local/Cellar/uncrustify/0.61/share/uncrustify/",
    "html_unformatted": [
        "a",
        "sub",
        "sup",
        "b",
        "i",
        "u",
        "svg",
        "path",
        "g",
        "polygon",
        "select"
    ],
    "beautifyEntireFileOnSave": false,
    "html_indent_inner_html": true,
    "analytics": true,
    "_loggerLevel": "warn",
    "muteUnsupportedLanguageErrors": false,
    "muteAllErrors": false,
    "css_indent_size": 3,
    "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,
    "fortran_emacs_path": "",
    "fortran_emacs_script_path": "",
    "html_indent_size": 3,
    "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": 3,
    "html_preserve_newlines": true,
    "html_max_preserve_newlines": 10,
    "html_end_with_newline": false,
    "java_configPath": "",
    "js_indent_size": 3,
    "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,
    "objectivec_configPath": "",
    "pawn_configPath": "",
    "perl_perltidy_profile": "",
    "php_cs_fixer_path": "",
    "php_fixers": "",
    "php_level": "",
    "python_max_line_length": 79,
    "python_indent_size": 3,
    "python_ignore": [
        "E24"
    ],
    "ruby_indent_size": 3,
    "ruby_indent_char": " ",
    "rust_rustfmt_path": "",
    "sql_indent_size": 3,
    "sql_keywords": "upper",
    "sql_identifiers": "lower",
    "vala_configPath": "",
    "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_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_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_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_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:

<!doctype html>
<html class="no-js" lang="">

   <head>
      <meta charset="utf-8">
      <meta http-equiv="x-ua-compatible" content="ie=edge">
      <title>NFL GSIS</title>
      <meta name="description" content="NFL GSIS">
      <meta name="viewport" content="width=device-width, initial-scale=1">

      <link rel="apple-touch-icon" href="apple-touch-icon.png">
      <!-- Place favicon.ico in the root directory -->

      <link rel="stylesheet" href="css/main.css">
      <script src="js/vendor/modernizr-2.8.3.min.js"></script>
   </head>

   <body>
      <header>
         <?php include 'assets/nav.php';?>
      </header>

      <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
      <script src="js/plugins.js"></script>
      <script src="js/main.js"></script>

   </body>

Logs:

2015-07-16T19:49:18.172Z - info: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] beautify <!doctype html>
<html class="no-js" lang="">

   <head>
      <meta charset="utf-8">
      <meta http-equiv="x-ua-compatible" content="ie=edge">
      <title>NFL GSIS</title>
      <meta name="description" content="NFL GSIS">
      <meta name="viewport" content="width=device-width, initial-scale=1">

      <link rel="apple-touch-icon" href="apple-touch-icon.png">
      <!-- Place favicon.ico in the root directory -->

      <link rel="stylesheet" href="css/main.css">
      <script src="js/vendor/modernizr-2.8.3.min.js"></script>
   </head>

   <body>
      <header>
         <?php include 'assets/nav.php';?>
      </header>

      <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
      <script src="js/plugins.js"></script>
      <script src="js/main.js"></script>

   </body>
 [ { _default: { indent_size: 3, indent_char: ' ', indent_with_tabs: false } },
  { c: { configPath: '/usr/local/Cellar/uncrustify/0.61/share/uncrustify/' },
    cpp: { configPath: '/usr/local/Cellar/uncrustify/0.61/share/uncrustify/' },
    cs: { configPath: '/usr/local/Cellar/uncrustify/0.61/share/uncrustify/' },
    d: { configPath: '/usr/local/Cellar/uncrustify/0.61/share/uncrustify/' },
    html: 
     { unformatted: [Object],
       indent_inner_html: true,
       indent_size: 3,
       indent_char: ' ',
       brace_style: 'collapse',
       indent_scripts: 'normal',
       wrap_line_length: 250,
       wrap_attributes: 'auto',
       wrap_attributes_indent_size: 3,
       preserve_newlines: true,
       max_preserve_newlines: 10,
       end_with_newline: false },
    css: 
     { indent_size: 3,
       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 },
    fortran: { emacs_path: '', emacs_script_path: '' },
    java: { configPath: '' },
    js: 
     { indent_size: 3,
       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 },
    objectivec: { configPath: '' },
    pawn: { configPath: '' },
    perl: { perltidy_profile: '' },
    php: { cs_fixer_path: '', fixers: '', level: '' },
    python: { max_line_length: 79, indent_size: 3, ignore: [Object] },
    ruby: { indent_size: 3, indent_char: ' ' },
    rust: { rustfmt_path: '' },
    sql: { indent_size: 3, keywords: 'upper', identifiers: 'lower' },
    vala: { configPath: '' } },
  { _default: 
     { indent_size: 3,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 2,
       jslint_happy: true } },
  { _default: 
     { charset: 'utf-8',
       indent_size: 4,
       indent_style: 'space',
       insert_final_newline: true,
       trim_trailing_whitespace: true,
       tab_width: 4,
       indent_char: ' ' } },
  { _default: 
     { indent_size: 3,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 2,
       jslint_happy: true } },
  { _default: 
     { indent_size: 3,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 2,
       jslint_happy: true } },
  { _default: 
     { indent_size: 3,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 2,
       jslint_happy: true } },
  { _default: 
     { indent_size: 3,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 2,
       jslint_happy: true } },
  { _default: 
     { indent_size: 3,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 2,
       jslint_happy: true } },
  { _default: 
     { indent_size: 3,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 2,
       jslint_happy: true } } ] HTML /Applications/MAMP/htdocs/NFL/gsis/web/index.php undefined
2015-07-16T19:49:18.172Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee]  indent_size=3, indent_char= , indent_with_tabs=false, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, unformatted=[a, sub, sup, b, i, u, svg, path, g, polygon, select], indent_inner_html=true, indent_size=3, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=3, preserve_newlines=true, max_preserve_newlines=10, end_with_newline=false, indent_size=3, 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, emacs_path=, emacs_script_path=, configPath=, indent_size=3, 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, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=3, ignore=[E24], indent_size=3, indent_char= , rustfmt_path=, indent_size=3, keywords=upper, identifiers=lower, configPath=, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, charset=utf-8, indent_size=4, indent_style=space, insert_final_newline=true, trim_trailing_whitespace=true, tab_width=4, indent_char= , indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.173Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] [ { name: 'HTML',
    namespace: 'html',
    grammars: [ 'HTML' ],
    extensions: [ 'html' ],
    options: 
     { indent_inner_html: [Object],
       indent_size: [Object],
       indent_char: [Object],
       brace_style: [Object],
       indent_scripts: [Object],
       wrap_line_length: [Object],
       wrap_attributes: [Object],
       wrap_attributes_indent_size: [Object],
       preserve_newlines: [Object],
       max_preserve_newlines: [Object],
       unformatted: [Object],
       end_with_newline: [Object] },
    beautifiers: 
     [ 'JS Beautify',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff' ] },
  { name: 'PHP',
    namespace: 'php',
    grammars: [ 'PHP' ],
    extensions: [ 'php' ],
    options: { cs_fixer_path: [Object], fixers: [Object], level: [Object] },
    beautifiers: [ 'PHP-CS-Fixer' ] } ] 'HTML' 'php'
2015-07-16T19:49:18.173Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] Language HTML supported
2015-07-16T19:49:18.173Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] getOptions selections [ 'html' ] indent_size=3, indent_char= , indent_with_tabs=false, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, unformatted=[a, sub, sup, b, i, u, svg, path, g, polygon, select], indent_inner_html=true, indent_size=3, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=3, preserve_newlines=true, max_preserve_newlines=10, end_with_newline=false, indent_size=3, 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, emacs_path=, emacs_script_path=, configPath=, indent_size=3, 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, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=3, ignore=[E24], indent_size=3, indent_char= , rustfmt_path=, indent_size=3, keywords=upper, identifiers=lower, configPath=, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, charset=utf-8, indent_size=4, indent_style=space, insert_final_newline=true, trim_trailing_whitespace=true, tab_width=4, indent_char= , indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.173Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true indent_size=3, indent_char= , indent_with_tabs=false
2015-07-16T19:49:18.174Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html undefined
2015-07-16T19:49:18.174Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html indent_size=3, indent_char= , indent_with_tabs=false
2015-07-16T19:49:18.174Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, unformatted=[a, sub, sup, b, i, u, svg, path, g, polygon, select], indent_inner_html=true, indent_size=3, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=3, preserve_newlines=true, max_preserve_newlines=10, end_with_newline=false, indent_size=3, 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, emacs_path=, emacs_script_path=, configPath=, indent_size=3, 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, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=3, ignore=[E24], indent_size=3, indent_char= , rustfmt_path=, indent_size=3, keywords=upper, identifiers=lower, configPath=
2015-07-16T19:49:18.174Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html unformatted=[a, sub, sup, b, i, u, svg, path, g, polygon, select], indent_inner_html=true, indent_size=3, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=3, preserve_newlines=true, max_preserve_newlines=10, end_with_newline=false
2015-07-16T19:49:18.174Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html unformatted=[a, sub, sup, b, i, u, svg, path, g, polygon, select], indent_inner_html=true, indent_size=3, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=3, preserve_newlines=true, max_preserve_newlines=10, end_with_newline=false
2015-07-16T19:49:18.174Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.174Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html undefined
2015-07-16T19:49:18.174Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.174Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true charset=utf-8, indent_size=4, indent_style=space, insert_final_newline=true, trim_trailing_whitespace=true, tab_width=4, indent_char= 
2015-07-16T19:49:18.174Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html undefined
2015-07-16T19:49:18.174Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html charset=utf-8, indent_size=4, indent_style=space, insert_final_newline=true, trim_trailing_whitespace=true, tab_width=4, indent_char= 
2015-07-16T19:49:18.175Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.175Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html undefined
2015-07-16T19:49:18.175Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.175Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.175Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html undefined
2015-07-16T19:49:18.175Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.175Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.175Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html undefined
2015-07-16T19:49:18.175Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.175Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.175Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html undefined
2015-07-16T19:49:18.176Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.176Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.176Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html undefined
2015-07-16T19:49:18.176Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.176Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] true indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.176Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html undefined
2015-07-16T19:49:18.176Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options html indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.176Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] HTML name=HTML, namespace=html, grammars=[HTML], extensions=[html], type=boolean, default=false, description=Indent <head> and <body> sections. (Supported by JS Beautify), title=HTML - Indent inner html, beautifiers=[JS Beautify], type=integer, default=3, minimum=0, description=Indentation size/length (Supported by JS Beautify, Pretty Diff), title=HTML - Indent size, beautifiers=[JS Beautify, Pretty Diff], type=string, default= , minimum=0, description=Indentation character (Supported by JS Beautify, Pretty Diff), title=HTML - Indent char, beautifiers=[JS Beautify, Pretty Diff], type=string, default=collapse, enum=[collapse, expand, end-expand, none], description=[collapse|expand|end-expand|none] (Supported by JS Beautify), title=HTML - Brace style, beautifiers=[JS Beautify], type=string, default=normal, enum=[keep, separate, normal], description=[keep|separate|normal] (Supported by JS Beautify), title=HTML - Indent scripts, beautifiers=[JS Beautify], type=integer, default=250, description=Maximum characters per line (0 disables) (Supported by JS Beautify, Pretty Diff), title=HTML - Wrap line length, beautifiers=[JS Beautify, Pretty Diff], type=string, default=auto, enum=[auto, force], description=Wrap attributes to new lines [auto|force] (Supported by JS Beautify), title=HTML - Wrap attributes, beautifiers=[JS Beautify], type=integer, default=3, minimum=0, description=Indent wrapped attributes to after N characters (Supported by JS Beautify), title=HTML - Wrap attributes indent size, beautifiers=[JS Beautify], type=boolean, default=true, description=Preserve line-breaks (Supported by JS Beautify, Pretty Diff), title=HTML - Preserve newlines, beautifiers=[JS Beautify, Pretty Diff], type=integer, default=10, description=Number of line-breaks to be preserved in one chunk (Supported by JS Beautify), title=HTML - Max preserve newlines, beautifiers=[JS Beautify], type=array, default=[a, sub, sup, b, i, u], type=string, description=List of tags (defaults to inline) that should not be reformatted (Supported by JS Beautify), title=HTML - Unformatted, beautifiers=[JS Beautify], type=boolean, default=false, description=End output with newline (Supported by JS Beautify), title=HTML - End with newline, beautifiers=[JS Beautify], beautifiers=[JS Beautify, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff]
2015-07-16T19:49:18.176Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] options indent_size=3, indent_char= , indent_with_tabs=false, unformatted=[a, sub, sup, b, i, u, svg, path, g, polygon, select], indent_inner_html=true, brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=3, preserve_newlines=true, max_preserve_newlines=2, end_with_newline=false, indent_level=0, jslint_happy=true, charset=utf-8, indent_style=space, insert_final_newline=true, trim_trailing_whitespace=true, tab_width=4
2015-07-16T19:49:18.176Z - verbose: [/Users/edpirone/.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=[HTML, XML, Handlebars, Mustache, Marko, JavaScript, JSON, CSS], 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=[CSV, ERB, EJS, HTML, XML, Spacebars, JSX, JavaScript, CSS, SCSS, Sass, JSON, TSS, Twig, LESS, Swig, Visualforce]
2015-07-16T19:49:18.177Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] HTML /Applications/MAMP/htdocs/NFL/gsis/web/index.php { indent_size: 3,
  indent_char: ' ',
  indent_with_tabs: false,
  unformatted: 
   [ 'a',
     'sub',
     'sup',
     'b',
     'i',
     'u',
     'svg',
     'path',
     'g',
     'polygon',
     'select' ],
  indent_inner_html: true,
  brace_style: 'collapse',
  indent_scripts: 'normal',
  wrap_line_length: 250,
  wrap_attributes: 'auto',
  wrap_attributes_indent_size: 3,
  preserve_newlines: true,
  max_preserve_newlines: 2,
  end_with_newline: false,
  indent_level: 0,
  jslint_happy: true,
  charset: 'utf-8',
  indent_style: 'space',
  insert_final_newline: true,
  trim_trailing_whitespace: true,
  tab_width: 4 } indent_size=3, indent_char= , indent_with_tabs=false, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, configPath=/usr/local/Cellar/uncrustify/0.61/share/uncrustify/, unformatted=[a, sub, sup, b, i, u, svg, path, g, polygon, select], indent_inner_html=true, indent_size=3, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=3, preserve_newlines=true, max_preserve_newlines=10, end_with_newline=false, indent_size=3, 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, emacs_path=, emacs_script_path=, configPath=, indent_size=3, 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, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=3, ignore=[E24], indent_size=3, indent_char= , rustfmt_path=, indent_size=3, keywords=upper, identifiers=lower, configPath=, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, charset=utf-8, indent_size=4, indent_style=space, insert_final_newline=true, trim_trailing_whitespace=true, tab_width=4, indent_char= , indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true, indent_size=3, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=2, jslint_happy=true
2015-07-16T19:49:18.177Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/index.coffee] beautifier JS Beautify 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=[HTML, XML, Handlebars, Mustache, Marko, JavaScript, JSON, CSS], 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=[CSV, ERB, EJS, HTML, XML, Spacebars, JSX, JavaScript, CSS, SCSS, Sass, JSON, TSS, Twig, LESS, Swig, Visualforce]
2015-07-16T19:49:18.178Z - verbose: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee] JS Beautify language HTML
2015-07-16T19:49:18.179Z - debug: [/Users/edpirone/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee] Beautified HTML: <!doctype html>
<html class="no-js" lang="">

   <head>
      <meta charset="utf-8">
      <meta http-equiv="x-ua-compatible" content="ie=edge">
      <title>NFL GSIS</title>
      <meta name="description" content="NFL GSIS">
      <meta name="viewport" content="width=device-width, initial-scale=1">

      <link rel="apple-touch-icon" href="apple-touch-icon.png">
      <!-- Place favicon.ico in the root directory -->

      <link rel="stylesheet" href="css/main.css">
      <script src="js/vendor/modernizr-2.8.3.min.js"></script>
   </head>

   <body>
      <header>
         <?php include 'assets/nav.php';?>
      </header>

      <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
      <script src="js/plugins.js"></script>
      <script src="js/main.js"></script>

   </body>

——

Ed Pirone Director of Digital Media @ SharpHat o. 201.503.0020 ext. 205 c. 551.427.5684 epirone@sharphat.com

SharpHat Inc. 333 Sylvan Ave. Suite 324 Englewood Cliffs, NJ 07632 www.sharphat.com

On Jul 16, 2015, at 3:46 PM, Glavin Wiechert notifications@github.com wrote:

What? It should popup with https://cloud.githubusercontent.com/assets/1885333/8733418/219cf384-2bda-11e5-971e-9efdb9cbac1a.png and walk you through it until you have the debugging information in your clipboard and can paste here so I have information to help you with.

— Reply to this email directly or view it on GitHub https://github.com/Glavin001/atom-beautify/issues/462#issuecomment-122067891.

Glavin001 commented 9 years ago

I put the .jsbeautifyrc in my users home folder and that fixed it. I saw that in another thread. Just not sure why I have to do that.

You can put the .jsbeautifyrc in a lot of places that work.

See https://github.com/Glavin001/atom-beautify/issues/454#issuecomment-120963335 for more details.

Atom Beautify will take the path of the current file that you are beautifying and change directory upwards until it finds a .jsbeautifyrc. So for instance, it will check the following paths for /users/user/path/to/file/my-file.js:

  • /users/user/path/to/file/.jsbeautifyrc <-- Checking in same directory as file
  • /users/user/path/to/.jsbeautifyrc
  • /users/user/path/.jsbeautifyrc <-- Maybe this is the project's root directory (?), in this example
  • /users/user/.jsbeautifyrc <-- Note that this is checking for .jsbeautifyrc in the current User's home directory
  • /users/.jsbeautifyrc
  • /.jsbeautifyrc <-- Checking at the root directory

So to answer "is there a global location", it could be many places, however I would say it would be best to put in your User home directory that is above the current path of your file. This way it will be available for all of your projects. Personally, I always put the .jsbeautifyrc file in the project's root directory. Hope that helps!


Sounds like this is working, so I am going to close this issue.

edpirone commented 9 years ago

Thank you again.

——

Ed Pirone Director of Digital Media @ SharpHat o. 201.503.0020 ext. 205 c. 551.427.5684 epirone@sharphat.com

SharpHat Inc. 333 Sylvan Ave. Suite 324 Englewood Cliffs, NJ 07632 www.sharphat.com

On Jul 16, 2015, at 3:55 PM, Glavin Wiechert notifications@github.com wrote:

Closed #462 https://github.com/Glavin001/atom-beautify/issues/462.

— Reply to this email directly or view it on GitHub https://github.com/Glavin001/atom-beautify/issues/462#event-357892835.

Glavin001 commented 9 years ago

Welcome. Glad to hear it's working for you.