Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save janwerkhoven/bc550b68f3103efd3c03 to your computer and use it in GitHub Desktop.
Save janwerkhoven/bc550b68f3103efd3c03 to your computer and use it in GitHub Desktop.
Debug log of Atom Beautify bug - Handlbars adds breaking spaces after HTML attribute keys

Atom Beautify - Debugging information

The following debugging information was generated by Atom Beautify on Fri Feb 12 2016 11:14:57 GMT+1100 (AEDT).


Table Of Contents


Platform: darwin

Versions

Atom Version: 1.5.1

Atom Beautify Version: 0.28.21

Original file to be beautified

Original File Path: /Users/Jan/hotdoc/bookings/app/pods/components/hd-reset-password/template.hbs

Original File Grammar: HTML (Mustache)

Original File Language: Mustache

Language namespace: mustache

Supported Beautifiers: JS Beautify

Selected Beautifier: JS Beautify

Original File Contents

<h4>Reset password</h4>
<p>Enter your account's email address below and we will email you a link to reset your password with.</p>

<div class="field email">
  <label>Email</label>
  <form onsubmit={{action 'submit'}}>
    {{hd-email-input value=email tabindex="1" isValid=(mut validEmail)}}
  </form>
  <div class="errors">
    <p class="no-value">Please enter your email</p>
    <p class="invalid-format">Please enter a valid email</p>
    <p class="does-not-exist">This email doesn't have a HotDoc account. Please try another.</p>
  </div>
</div>

<div class="buttons">
  <button {{action 'submit'}} class="button primary {{if (or ajaxLoading ajaxDone) 'loading'}}" tabindex="2">
    {{#if ajaxDone}}Sent! Check your emails{{else}}
      {{#if ajaxLoading}}Sending ...{{else}}Reset my password{{/if}}
    {{/if}}
  </button>
  <div class="errors">
    <p class="error-500">Sorry, something went wrong at HotDoc. Please try again later. For queries contact HotDoc at <a href="mailto:help@hotdoc.com.au" target="_blank">help@hotdoc.com.au</a> or call <a href="tel:1300468362">1300 468 362</a>.</p>
  </div>
</div>

<div class="divider"></div>
{{#hd-accordion}}
  <dt><p><a href="#">Forgot email as well?</a></p></dt>
  <dd><p>Not to worry. Please contact our support team at <a href="mailto:help@hotdoc.com.au" target="_blank">help@hotdoc.com.au</a> or on <a href="tel:1300468362">1300 468 362</a> and we will help you retrieve your account.</p></dd>
{{/hd-accordion}}
<p>{{#link-to (relative-route 'login') (query-params modal=null)}}Back to login{{/link-to}}</p>

Package Settings

The raw package settings options

{
    "_analyticsUserId": "8d77eeb1-21e6-40b8-b936-93acf21df98b",
    "_loggerLevel": "info",
    "css_no_lead_zero": true,
    "css_selector_separator_newline": true,
    "html_indent_inner_html": true,
    "html_max_preserve_newlines": 2,
    "html_unformatted": [
        "p",
        "a",
        "sub",
        "sup",
        "b",
        "i",
        "u",
        "em",
        "strong",
        "span",
        "small",
        "button",
        "nobr"
    ],
    "html_wrap_line_length": 5000,
    "js_max_preserve_newlines": 2,
    "language_css_beautify_on_save": true,
    "language_handlebars_beautify_on_save": true,
    "language_html_default_beautifier": "Pretty Diff",
    "language_js_beautify_on_save": true,
    "language_mustache_beautify_on_save": true,
    "language_ruby_beautify_on_save": true,
    "language_scss_beautify_on_save": true,
    "language_xml_beautify_on_save": true,
    "analytics": true,
    "beautifyEntireFileOnSave": true,
    "muteUnsupportedLanguageErrors": false,
    "muteAllErrors": false,
    "arduino_configPath": "",
    "cs_configPath": "",
    "c_configPath": "",
    "cpp_configPath": "",
    "css_indent_size": 2,
    "css_indent_char": " ",
    "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_configPath": "",
    "css_predefinedConfig": "csscomb",
    "d_configPath": "",
    "gherkin_indent_size": 2,
    "gherkin_indent_char": " ",
    "fortran_emacs_path": "",
    "fortran_emacs_script_path": "",
    "html_indent_size": 2,
    "html_indent_char": " ",
    "html_brace_style": "collapse",
    "html_indent_scripts": "normal",
    "html_wrap_attributes": "auto",
    "html_wrap_attributes_indent_size": 2,
    "html_preserve_newlines": true,
    "html_end_with_newline": false,
    "html_extra_liners": [
        "head",
        "body",
        "/html"
    ],
    "java_configPath": "",
    "js_indent_size": 2,
    "js_indent_char": " ",
    "js_indent_level": 0,
    "js_indent_with_tabs": false,
    "js_preserve_newlines": true,
    "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_cs_fixer_path": "",
    "php_fixers": "",
    "php_level": "",
    "python_max_line_length": 79,
    "python_indent_size": 4,
    "python_ignore": [
        "E24"
    ],
    "python_sort_imports": false,
    "ruby_indent_size": 2,
    "ruby_rubocop_path": "",
    "ruby_indent_char": " ",
    "rust_rustfmt_path": "",
    "sql_indent_size": 2,
    "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_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_elm_disabled": false,
    "language_elm_default_beautifier": "elm-format",
    "language_elm_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_haskell_disabled": false,
    "language_haskell_default_beautifier": "stylish-haskell",
    "language_haskell_beautify_on_save": false,
    "language_html_disabled": false,
    "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_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_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_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_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"
}

Beautification options

Editor Options: Options from Atom Editor settings

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

Config Options: Options from Atom Beautify package settings

{
    "css": {
        "no_lead_zero": true,
        "selector_separator_newline": true,
        "indent_size": 2,
        "indent_char": " ",
        "newline_between_rules": false,
        "preserve_newlines": false,
        "wrap_line_length": 0,
        "indent_comments": true,
        "force_indentation": false,
        "convert_quotes": "none",
        "align_assignments": false,
        "configPath": "",
        "predefinedConfig": "csscomb"
    },
    "html": {
        "indent_inner_html": true,
        "max_preserve_newlines": 2,
        "unformatted": [
            "p",
            "a",
            "sub",
            "sup",
            "b",
            "i",
            "u",
            "em",
            "strong",
            "span",
            "small",
            "button",
            "nobr"
        ],
        "wrap_line_length": 5000,
        "indent_size": 2,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 2,
        "preserve_newlines": true,
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ]
    },
    "js": {
        "max_preserve_newlines": 2,
        "indent_size": 2,
        "indent_char": " ",
        "indent_level": 0,
        "indent_with_tabs": false,
        "preserve_newlines": true,
        "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
    },
    "arduino": {
        "configPath": ""
    },
    "cs": {
        "configPath": ""
    },
    "c": {
        "configPath": ""
    },
    "cpp": {
        "configPath": ""
    },
    "d": {
        "configPath": ""
    },
    "gherkin": {
        "indent_size": 2,
        "indent_char": " "
    },
    "fortran": {
        "emacs_path": "",
        "emacs_script_path": ""
    },
    "java": {
        "configPath": ""
    },
    "objectivec": {
        "configPath": ""
    },
    "pawn": {
        "configPath": ""
    },
    "perl": {
        "perltidy_profile": ""
    },
    "php": {
        "cs_fixer_path": "",
        "fixers": "",
        "level": ""
    },
    "python": {
        "max_line_length": 79,
        "indent_size": 4,
        "ignore": [
            "E24"
        ],
        "sort_imports": false
    },
    "ruby": {
        "indent_size": 2,
        "rubocop_path": "",
        "indent_char": " "
    },
    "rust": {
        "rustfmt_path": ""
    },
    "sql": {
        "indent_size": 2,
        "keywords": "upper",
        "identifiers": "lower"
    },
    "vala": {
        "configPath": ""
    }
}

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

{
    "_default": {}
}

EditorConfig Options: Options from EditorConfig file

{
    "_default": {
        "end_of_line": "lf",
        "charset": "utf-8",
        "trim_trailing_whitespace": true,
        "insert_final_newline": false,
        "indent_style": "space",
        "indent_size": 2,
        "tab_width": 2,
        "indent_char": " "
    }
}

Project Options: Options from .jsbeautifyrc files starting from directory /Users/Jan/hotdoc/bookings/app/pods/components/hd-reset-password and going up to root

[
    {
        "_default": {}
    },
    {
        "_default": {}
    },
    {
        "_default": {}
    },
    {
        "_default": {}
    },
    {
        "_default": {}
    },
    {
        "_default": {}
    },
    {
        "_default": {}
    },
    {
        "_default": {}
    }
]

Pre-Transformed Options: Combined options before transforming them given a beautifier's specifications

{
    "indent_size": 2,
    "indent_char": " ",
    "indent_with_tabs": false,
    "indent_inner_html": true,
    "max_preserve_newlines": 2,
    "unformatted": [
        "p",
        "a",
        "sub",
        "sup",
        "b",
        "i",
        "u",
        "em",
        "strong",
        "span",
        "small",
        "button",
        "nobr"
    ],
    "wrap_line_length": 5000,
    "brace_style": "collapse",
    "indent_scripts": "normal",
    "wrap_attributes": "auto",
    "wrap_attributes_indent_size": 2,
    "preserve_newlines": true,
    "end_with_newline": false,
    "extra_liners": [
        "head",
        "body",
        "/html"
    ],
    "end_of_line": "lf",
    "charset": "utf-8",
    "trim_trailing_whitespace": true,
    "insert_final_newline": false,
    "indent_style": "space",
    "tab_width": 2
}

Final Options

Final combined and transformed options that are used

{
    "indent_size": 2,
    "indent_char": " ",
    "indent_with_tabs": false,
    "indent_inner_html": true,
    "max_preserve_newlines": 2,
    "unformatted": [
        "p",
        "a",
        "sub",
        "sup",
        "b",
        "i",
        "u",
        "em",
        "strong",
        "span",
        "small",
        "button",
        "nobr"
    ],
    "wrap_line_length": 5000,
    "brace_style": "collapse",
    "indent_scripts": "normal",
    "wrap_attributes": "auto",
    "wrap_attributes_indent_size": 2,
    "preserve_newlines": true,
    "end_with_newline": false,
    "extra_liners": [
        "head",
        "body",
        "/html"
    ],
    "end_of_line": "lf",
    "charset": "utf-8",
    "trim_trailing_whitespace": true,
    "insert_final_newline": false,
    "indent_style": "space",
    "tab_width": 2
}

Results

Beautified File Contents:

<h4>Reset password</h4>
<p>Enter your account's email address below and we will email you a link to reset your password with.</p>

<div class="field email">
  <label>Email</label>
  <form onsubmit= {{action 'submit'}}>
    {{hd-email-input value=email tabindex="1" isValid=(mut validEmail)}}
  </form>
  <div class="errors">
    <p class="no-value">Please enter your email</p>
    <p class="invalid-format">Please enter a valid email</p>
    <p class="does-not-exist">This email doesn't have a HotDoc account. Please try another.</p>
  </div>
</div>

<div class="buttons">
  <button {{action 'submit'}} class="button primary {{if (or ajaxLoading ajaxDone) 'loading'}}" tabindex="2">
    {{#if ajaxDone}}Sent! Check your emails{{else}}
      {{#if ajaxLoading}}Sending ...{{else}}Reset my password{{/if}}
    {{/if}}
  </button>
  <div class="errors">
    <p class="error-500">Sorry, something went wrong at HotDoc. Please try again later. For queries contact HotDoc at <a href="mailto:help@hotdoc.com.au" target="_blank">help@hotdoc.com.au</a> or call <a href="tel:1300468362">1300 468 362</a>.</p>
  </div>
</div>

<div class="divider"></div>
{{#hd-accordion}}
  <dt><p><a href="#">Forgot email as well?</a></p></dt>
  <dd><p>Not to worry. Please contact our support team at <a href="mailto:help@hotdoc.com.au" target="_blank">help@hotdoc.com.au</a> or on <a href="tel:1300468362">1300 468 362</a> and we will help you retrieve your account.</p></dd>
{{/hd-accordion}}
<p>{{#link-to (relative-route 'login') (query-params modal=null)}}Back to login{{/link-to}}</p>

Original vs. Beautified Diff:

Index: /Users/Jan/hotdoc/bookings/app/pods/components/hd-reset-password/template.hbs
===================================================================
--- /Users/Jan/hotdoc/bookings/app/pods/components/hd-reset-password/template.hbs	original
+++ /Users/Jan/hotdoc/bookings/app/pods/components/hd-reset-password/template.hbs	beautified
@@ -2,9 +2,9 @@
 <p>Enter your account's email address below and we will email you a link to reset your password with.</p>
 
 <div class="field email">
   <label>Email</label>
-  <form onsubmit={{action 'submit'}}>
+  <form onsubmit= {{action 'submit'}}>
     {{hd-email-input value=email tabindex="1" isValid=(mut validEmail)}}
   </form>
   <div class="errors">
     <p class="no-value">Please enter your email</p>
@@ -28,5 +28,5 @@
 {{#hd-accordion}}
   <dt><p><a href="#">Forgot email as well?</a></p></dt>
   <dd><p>Not to worry. Please contact our support team at <a href="mailto:help@hotdoc.com.au" target="_blank">help@hotdoc.com.au</a> or on <a href="tel:1300468362">1300 468 362</a> and we will help you retrieve your account.</p></dd>
 {{/hd-accordion}}
-<p>{{#link-to (relative-route 'login') (query-params modal=null)}}Back to login{{/link-to}}</p>
+<p>{{#link-to (relative-route 'login') (query-params modal=null)}}Back to login{{/link-to}}</p>
\ No newline at end of file

Logs

2016-02-12T00:14:57.213Z - info: [beautifiers/index.coffee] beautify <h4>Reset password</h4>
<p>Enter your account's email address below and we will email you a link to reset your password with.</p>

<div class="field email">
  <label>Email</label>
  <form onsubmit={{action 'submit'}}>
    {{hd-email-input value=email tabindex="1" isValid=(mut validEmail)}}
  </form>
  <div class="errors">
    <p class="no-value">Please enter your email</p>
    <p class="invalid-format">Please enter a valid email</p>
    <p class="does-not-exist">This email doesn't have a HotDoc account. Please try another.</p>
  </div>
</div>

<div class="buttons">
  <button {{action 'submit'}} class="button primary {{if (or ajaxLoading ajaxDone) 'loading'}}" tabindex="2">
    {{#if ajaxDone}}Sent! Check your emails{{else}}
      {{#if ajaxLoading}}Sending ...{{else}}Reset my password{{/if}}
    {{/if}}
  </button>
  <div class="errors">
    <p class="error-500">Sorry, something went wrong at HotDoc. Please try again later. For queries contact HotDoc at <a href="mailto:help@hotdoc.com.au" target="_blank">help@hotdoc.com.au</a> or call <a href="tel:1300468362">1300 468 362</a>.</p>
  </div>
</div>

<div class="divider"></div>
{{#hd-accordion}}
  <dt><p><a href="#">Forgot email as well?</a></p></dt>
  <dd><p>Not to worry. Please contact our support team at <a href="mailto:help@hotdoc.com.au" target="_blank">help@hotdoc.com.au</a> or on <a href="tel:1300468362">1300 468 362</a> and we will help you retrieve your account.</p></dd>
{{/hd-accordion}}
<p>{{#link-to (relative-route 'login') (query-params modal=null)}}Back to login{{/link-to}}</p>
 [ { _default: { indent_size: 2, indent_char: ' ', indent_with_tabs: false } },
  { css: 
     { no_lead_zero: true,
       selector_separator_newline: true,
       indent_size: 2,
       indent_char: ' ',
       newline_between_rules: false,
       preserve_newlines: false,
       wrap_line_length: 0,
       indent_comments: true,
       force_indentation: false,
       convert_quotes: 'none',
       align_assignments: false,
       configPath: '',
       predefinedConfig: 'csscomb' },
    html: 
     { indent_inner_html: true,
       max_preserve_newlines: 2,
       unformatted: [Object],
       wrap_line_length: 5000,
       indent_size: 2,
       indent_char: ' ',
       brace_style: 'collapse',
       indent_scripts: 'normal',
       wrap_attributes: 'auto',
       wrap_attributes_indent_size: 2,
       preserve_newlines: true,
       end_with_newline: false,
       extra_liners: [Object] },
    js: 
     { max_preserve_newlines: 2,
       indent_size: 2,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       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 },
    arduino: { configPath: '' },
    cs: { configPath: '' },
    c: { configPath: '' },
    cpp: { configPath: '' },
    d: { configPath: '' },
    gherkin: { indent_size: 2, indent_char: ' ' },
    fortran: { emacs_path: '', emacs_script_path: '' },
    java: { configPath: '' },
    objectivec: { configPath: '' },
    pawn: { configPath: '' },
    perl: { perltidy_profile: '' },
    php: { cs_fixer_path: '', fixers: '', level: '' },
    python: 
     { max_line_length: 79,
       indent_size: 4,
       ignore: [Object],
       sort_imports: false },
    ruby: { indent_size: 2, rubocop_path: '', indent_char: ' ' },
    rust: { rustfmt_path: '' },
    sql: { indent_size: 2, keywords: 'upper', identifiers: 'lower' },
    vala: { configPath: '' } },
  { _default: {} },
  { _default: 
     { end_of_line: 'lf',
       charset: 'utf-8',
       trim_trailing_whitespace: true,
       insert_final_newline: false,
       indent_style: 'space',
       indent_size: 2,
       tab_width: 2,
       indent_char: ' ' } },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} } ] HTML (Mustache) /Users/Jan/hotdoc/bookings/app/pods/components/hd-reset-password/template.hbs undefined
2016-02-12T00:14:57.213Z - verbose: [beautifiers/index.coffee]  indent_size=2, indent_char= , indent_with_tabs=false, no_lead_zero=true, selector_separator_newline=true, indent_size=2, indent_char= , newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, predefinedConfig=csscomb, indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr], wrap_line_length=5000, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], max_preserve_newlines=2, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, 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=, configPath=, configPath=, configPath=, indent_size=2, indent_char= , emacs_path=, emacs_script_path=, configPath=, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], sort_imports=false, indent_size=2, rubocop_path=, indent_char= , rustfmt_path=, indent_size=2, keywords=upper, identifiers=lower, configPath=, , end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=false, indent_style=space, indent_size=2, tab_width=2, indent_char= , , , , , , , , 
2016-02-12T00:14:57.215Z - verbose: [beautifiers/index.coffee] [ { name: 'Mustache',
    namespace: 'mustache',
    fallback: [ 'html', 'handlebars' ],
    grammars: [ 'HTML (Mustache)' ],
    extensions: [ 'mustache' ],
    options: [],
    beautifiers: [ 'JS Beautify' ] },
  { name: 'Handlebars',
    namespace: 'handlebars',
    fallback: [ 'html', 'mustache' ],
    grammars: [ 'Handlebars', 'HTML (Handlebars)' ],
    extensions: [ 'hbs', 'handlebars' ],
    options: [],
    beautifiers: [ 'JS Beautify' ] } ] 'HTML (Mustache)' 'hbs'
2016-02-12T00:14:57.216Z - verbose: [beautifiers/index.coffee] Language Mustache supported
2016-02-12T00:14:57.216Z - verbose: [beautifiers/index.coffee] getOptions selections [ 'html', 'handlebars', 'mustache' ] indent_size=2, indent_char= , indent_with_tabs=false, no_lead_zero=true, selector_separator_newline=true, indent_size=2, indent_char= , newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, predefinedConfig=csscomb, indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr], wrap_line_length=5000, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], max_preserve_newlines=2, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, 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=, configPath=, configPath=, configPath=, indent_size=2, indent_char= , emacs_path=, emacs_script_path=, configPath=, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], sort_imports=false, indent_size=2, rubocop_path=, indent_char= , rustfmt_path=, indent_size=2, keywords=upper, identifiers=lower, configPath=, , end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=false, indent_style=space, indent_size=2, tab_width=2, indent_char= , , , , , , , , 
2016-02-12T00:14:57.216Z - verbose: [beautifiers/index.coffee] true indent_size=2, indent_char= , indent_with_tabs=false
2016-02-12T00:14:57.216Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-12T00:14:57.216Z - verbose: [beautifiers/index.coffee] options html indent_size=2, indent_char= , indent_with_tabs=false
2016-02-12T00:14:57.216Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.216Z - verbose: [beautifiers/index.coffee] options handlebars indent_size=2, indent_char= , indent_with_tabs=false
2016-02-12T00:14:57.217Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.217Z - verbose: [beautifiers/index.coffee] options mustache indent_size=2, indent_char= , indent_with_tabs=false
2016-02-12T00:14:57.217Z - verbose: [beautifiers/index.coffee] true no_lead_zero=true, selector_separator_newline=true, indent_size=2, indent_char= , newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, predefinedConfig=csscomb, indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr], wrap_line_length=5000, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], max_preserve_newlines=2, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, 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=, configPath=, configPath=, configPath=, indent_size=2, indent_char= , emacs_path=, emacs_script_path=, configPath=, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], sort_imports=false, indent_size=2, rubocop_path=, indent_char= , rustfmt_path=, indent_size=2, keywords=upper, identifiers=lower, configPath=
2016-02-12T00:14:57.217Z - verbose: [beautifiers/index.coffee] options html indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr], wrap_line_length=5000, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html]
2016-02-12T00:14:57.217Z - verbose: [beautifiers/index.coffee] options html indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr], wrap_line_length=5000, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html]
2016-02-12T00:14:57.218Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.218Z - verbose: [beautifiers/index.coffee] options handlebars indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr], wrap_line_length=5000, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html]
2016-02-12T00:14:57.218Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.218Z - verbose: [beautifiers/index.coffee] options mustache indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr], wrap_line_length=5000, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html]
2016-02-12T00:14:57.218Z - verbose: [beautifiers/index.coffee] true 
2016-02-12T00:14:57.219Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-12T00:14:57.219Z - verbose: [beautifiers/index.coffee] options html
2016-02-12T00:14:57.219Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.219Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-12T00:14:57.219Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.219Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-12T00:14:57.219Z - verbose: [beautifiers/index.coffee] true end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=false, indent_style=space, indent_size=2, tab_width=2, indent_char= 
2016-02-12T00:14:57.219Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-12T00:14:57.219Z - verbose: [beautifiers/index.coffee] options html end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=false, indent_style=space, indent_size=2, tab_width=2, indent_char= 
2016-02-12T00:14:57.219Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.219Z - verbose: [beautifiers/index.coffee] options handlebars end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=false, indent_style=space, indent_size=2, tab_width=2, indent_char= 
2016-02-12T00:14:57.221Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.221Z - verbose: [beautifiers/index.coffee] options mustache end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=false, indent_style=space, indent_size=2, tab_width=2, indent_char= 
2016-02-12T00:14:57.221Z - verbose: [beautifiers/index.coffee] true 
2016-02-12T00:14:57.221Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-12T00:14:57.221Z - verbose: [beautifiers/index.coffee] options html
2016-02-12T00:14:57.221Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.221Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] true 
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options html
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] true 
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options html
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-12T00:14:57.222Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] true 
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options html
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] true 
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options html
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.223Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] true 
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options html
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] true 
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options html
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-12T00:14:57.224Z - verbose: [beautifiers/index.coffee] true 
2016-02-12T00:14:57.225Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-12T00:14:57.225Z - verbose: [beautifiers/index.coffee] options html
2016-02-12T00:14:57.225Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-12T00:14:57.225Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-12T00:14:57.225Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-12T00:14:57.225Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-12T00:14:57.225Z - verbose: [beautifiers/index.coffee] HTML (Mustache) name=Mustache, namespace=mustache, fallback=[html, handlebars], grammars=[HTML (Mustache)], extensions=[mustache], options=[], beautifiers=[JS Beautify]
2016-02-12T00:14:57.226Z - verbose: [beautifiers/index.coffee] language options: {
    "indent_size": 2,
    "indent_char": " ",
    "indent_with_tabs": false,
    "indent_inner_html": true,
    "max_preserve_newlines": 2,
    "unformatted": [
        "p",
        "a",
        "sub",
        "sup",
        "b",
        "i",
        "u",
        "em",
        "strong",
        "span",
        "small",
        "button",
        "nobr"
    ],
    "wrap_line_length": 5000,
    "brace_style": "collapse",
    "indent_scripts": "normal",
    "wrap_attributes": "auto",
    "wrap_attributes_indent_size": 2,
    "preserve_newlines": true,
    "end_with_newline": false,
    "extra_liners": [
        "head",
        "body",
        "/html"
    ],
    "end_of_line": "lf",
    "charset": "utf-8",
    "trim_trailing_whitespace": true,
    "insert_final_newline": false,
    "indent_style": "space",
    "tab_width": 2
}
2016-02-12T00:14:57.227Z - verbose: [beautifiers/index.coffee] Mustache /Users/Jan/hotdoc/bookings/app/pods/components/hd-reset-password/template.hbs { indent_size: 2,
  indent_char: ' ',
  indent_with_tabs: false,
  indent_inner_html: true,
  max_preserve_newlines: 2,
  unformatted: 
   [ 'p',
     'a',
     'sub',
     'sup',
     'b',
     'i',
     'u',
     'em',
     'strong',
     'span',
     'small',
     'button',
     'nobr' ],
  wrap_line_length: 5000,
  brace_style: 'collapse',
  indent_scripts: 'normal',
  wrap_attributes: 'auto',
  wrap_attributes_indent_size: 2,
  preserve_newlines: true,
  end_with_newline: false,
  extra_liners: [ 'head', 'body', '/html' ],
  end_of_line: 'lf',
  charset: 'utf-8',
  trim_trailing_whitespace: true,
  insert_final_newline: false,
  indent_style: 'space',
  tab_width: 2 } indent_size=2, indent_char= , indent_with_tabs=false, no_lead_zero=true, selector_separator_newline=true, indent_size=2, indent_char= , newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, predefinedConfig=csscomb, indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr], wrap_line_length=5000, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], max_preserve_newlines=2, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, 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=, configPath=, configPath=, configPath=, indent_size=2, indent_char= , emacs_path=, emacs_script_path=, configPath=, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], sort_imports=false, indent_size=2, rubocop_path=, indent_char= , rustfmt_path=, indent_size=2, keywords=upper, identifiers=lower, configPath=, , end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=false, indent_style=space, indent_size=2, tab_width=2, indent_char= , , , , , , , , 
2016-02-12T00:14:57.228Z - verbose: [beautifiers/index.coffee] beautifiers 0=JS Beautify
2016-02-12T00:14:57.228Z - verbose: [beautifiers/index.coffee] beautifier JS Beautify
2016-02-12T00:14:57.229Z - verbose: [beautifiers/beautifier.coffee] JS Beautify language Mustache
2016-02-12T00:14:57.229Z - info: [beautifiers/beautifier.coffee] JS Beautify Options: {
    "indent_size": 2,
    "indent_char": " ",
    "indent_with_tabs": false,
    "indent_inner_html": true,
    "max_preserve_newlines": 2,
    "unformatted": [
        "p",
        "a",
        "sub",
        "sup",
        "b",
        "i",
        "u",
        "em",
        "strong",
        "span",
        "small",
        "button",
        "nobr"
    ],
    "wrap_line_length": 5000,
    "brace_style": "collapse",
    "indent_scripts": "normal",
    "wrap_attributes": "auto",
    "wrap_attributes_indent_size": 2,
    "preserve_newlines": true,
    "end_with_newline": false,
    "extra_liners": [
        "head",
        "body",
        "/html"
    ],
    "end_of_line": "lf",
    "charset": "utf-8",
    "trim_trailing_whitespace": true,
    "insert_final_newline": false,
    "indent_style": "space",
    "tab_width": 2
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment