Skip to content

Instantly share code, notes, and snippets.

@janwerkhoven
Last active February 4, 2016 00:07
Show Gist options
  • Save janwerkhoven/9a20c4b21b2ee3ce0555 to your computer and use it in GitHub Desktop.
Save janwerkhoven/9a20c4b21b2ee3ce0555 to your computer and use it in GitHub Desktop.
Atom debugging log for Handlebars issue within atom-beautify

Atom Beautify - Debugging information

The following debugging information was generated by Atom Beautify on Thu Feb 04 2016 11:07:29 GMT+1100 (AEDT).


Table Of Contents


Platform: darwin

Versions

Atom Version: 1.4.3

Atom Beautify Version: 0.28.21

Original file to be beautified

Original File Path: /Users/Jan/hotdoc/bookings/app/pods/components/hd-suburb-page/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

<div class="inner">

  {{#if (eq model.request 'suburb')}}

    <h2>Medical Centres near
      <nobr>{{model.suburb.name}}, {{model.suburb.state}} {{model.suburb.postcode}}</nobr><i class="fa fa-caret-down"></i></h2>
    <ul>
      {{#each clinicsInSuburb as |clinic|}}
        {{hd-clinic-row clinic=clinic}}
  {{else}}
    <li class="no-results">Unfortunately no clinics, that use HotDoc, could be found within a 20km radius of {{model.suburb.name}}, {{model.suburb.state}}&nbsp;{{model.suburb.postcode}}. Please search in a different suburb or try searching for the name of your clinic or doctor directly.
      <li>
      {{/each}}
    </ul>


    <!-- {{#if clinicsNearSuburb}}
      <h2>Medical Centres <strong>near</strong> {{model.suburb.name}}, {{model.suburb.state}}&nbsp;{{model.suburb.postcode}}<span>(within&nbsp;20km)</span><i class="fa fa-caret-down"></i></h2>
      <ul class="near-suburb">
        {{#each clinicsNearSuburb as |clinic|}}
          {{hd-clinic-row clinic=clinic}}
        {{/each}}
      </ul>
    {{/if}} -->

    {{#unless clinicsInSuburb}}
      {{#unless clinicsNearSuburb}}
        <h2>No clinics within 20km of {{model.suburb.name}}</h2>
      {{/unless}}
    {{/unless}}

    {{else if (eq model.request 'recall')}}

    <h2>Please choose your regular clinic</h2>
    <ul>
      {{#each clinicsNearSuburb as |clinic|}}
        {{hd-clinic-row clinic=clinic}}
      {{/each}}
    </ul>

  {{/if}}


</div>


{{#each clinics as |clinic|}}
  <p>{{clinic.name}}</p>
  {{else}}
    <p>Unfortunately no clinics found.</p>
{{/each}}

{{#if isTrue1}}
  <p>Is valid 1</p> {{else if isTrue2}}
  <p>Is valid 2</p>
{{else}}
  <p>Is neither</p>
{{/if}}

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"
    ],
    "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"
        ],
        "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-suburb-page 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"
    ],
    "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"
    ],
    "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:

<div class="inner">

  {{#if (eq model.request 'suburb')}}

    <h2>Medical Centres near
      <nobr>{{model.suburb.name}}, {{model.suburb.state}} {{model.suburb.postcode}}</nobr><i class="fa fa-caret-down"></i></h2>
    <ul>
      {{#each clinicsInSuburb as |clinic|}}
        {{hd-clinic-row clinic=clinic}}
  {{else}}
    <li class="no-results">Unfortunately no clinics, that use HotDoc, could be found within a 20km radius of {{model.suburb.name}}, {{model.suburb.state}}&nbsp;{{model.suburb.postcode}}. Please search in a different suburb or try searching for the name of your clinic or doctor directly.
      <li>
      {{/each}}
    </ul>


    <!-- {{#if clinicsNearSuburb}}
      <h2>Medical Centres <strong>near</strong> {{model.suburb.name}}, {{model.suburb.state}}&nbsp;{{model.suburb.postcode}}<span>(within&nbsp;20km)</span><i class="fa fa-caret-down"></i></h2>
      <ul class="near-suburb">
        {{#each clinicsNearSuburb as |clinic|}}
          {{hd-clinic-row clinic=clinic}}
        {{/each}}
      </ul>
    {{/if}} -->

    {{#unless clinicsInSuburb}}
      {{#unless clinicsNearSuburb}}
        <h2>No clinics within 20km of {{model.suburb.name}}</h2>
      {{/unless}}
    {{/unless}}

    {{else if (eq model.request 'recall')}}

    <h2>Please choose your regular clinic</h2>
    <ul>
      {{#each clinicsNearSuburb as |clinic|}}
        {{hd-clinic-row clinic=clinic}}
      {{/each}}
    </ul>

  {{/if}}


</div>


{{#each clinics as |clinic|}}
  <p>{{clinic.name}}</p>
  {{else}}
    <p>Unfortunately no clinics found.</p>
{{/each}}

{{#if isTrue1}}
  <p>Is valid 1</p> {{else if isTrue2}}
  <p>Is valid 2</p>
{{else}}
  <p>Is neither</p>
{{/if}}

Original vs. Beautified Diff:

Index: /Users/Jan/hotdoc/bookings/app/pods/components/hd-suburb-page/template.hbs
===================================================================
--- /Users/Jan/hotdoc/bookings/app/pods/components/hd-suburb-page/template.hbs	original
+++ /Users/Jan/hotdoc/bookings/app/pods/components/hd-suburb-page/template.hbs	beautified

Logs

2016-02-04T00:07:29.405Z - info: [beautifiers/index.coffee] beautify <div class="inner">

  {{#if (eq model.request 'suburb')}}

    <h2>Medical Centres near
      <nobr>{{model.suburb.name}}, {{model.suburb.state}} {{model.suburb.postcode}}</nobr><i class="fa fa-caret-down"></i></h2>
    <ul>
      {{#each clinicsInSuburb as |clinic|}}
        {{hd-clinic-row clinic=clinic}}
  {{else}}
    <li class="no-results">Unfortunately no clinics, that use HotDoc, could be found within a 20km radius of {{model.suburb.name}}, {{model.suburb.state}}&nbsp;{{model.suburb.postcode}}. Please search in a different suburb or try searching for the name of your clinic or doctor directly.
      <li>
      {{/each}}
    </ul>


    <!-- {{#if clinicsNearSuburb}}
      <h2>Medical Centres <strong>near</strong> {{model.suburb.name}}, {{model.suburb.state}}&nbsp;{{model.suburb.postcode}}<span>(within&nbsp;20km)</span><i class="fa fa-caret-down"></i></h2>
      <ul class="near-suburb">
        {{#each clinicsNearSuburb as |clinic|}}
          {{hd-clinic-row clinic=clinic}}
        {{/each}}
      </ul>
    {{/if}} -->

    {{#unless clinicsInSuburb}}
      {{#unless clinicsNearSuburb}}
        <h2>No clinics within 20km of {{model.suburb.name}}</h2>
      {{/unless}}
    {{/unless}}

    {{else if (eq model.request 'recall')}}

    <h2>Please choose your regular clinic</h2>
    <ul>
      {{#each clinicsNearSuburb as |clinic|}}
        {{hd-clinic-row clinic=clinic}}
      {{/each}}
    </ul>

  {{/if}}


</div>


{{#each clinics as |clinic|}}
  <p>{{clinic.name}}</p>
  {{else}}
    <p>Unfortunately no clinics found.</p>
{{/each}}

{{#if isTrue1}}
  <p>Is valid 1</p> {{else if isTrue2}}
  <p>Is valid 2</p>
{{else}}
  <p>Is neither</p>
{{/if}} [ { _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-suburb-page/template.hbs undefined
2016-02-04T00:07:29.406Z - 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], 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-04T00:07:29.408Z - 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-04T00:07:29.408Z - verbose: [beautifiers/index.coffee] Language Mustache supported
2016-02-04T00:07:29.408Z - 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], 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-04T00:07:29.411Z - verbose: [beautifiers/index.coffee] true indent_size=2, indent_char= , indent_with_tabs=false
2016-02-04T00:07:29.411Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-04T00:07:29.411Z - verbose: [beautifiers/index.coffee] options html indent_size=2, indent_char= , indent_with_tabs=false
2016-02-04T00:07:29.411Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.411Z - verbose: [beautifiers/index.coffee] options handlebars indent_size=2, indent_char= , indent_with_tabs=false
2016-02-04T00:07:29.411Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.411Z - verbose: [beautifiers/index.coffee] options mustache indent_size=2, indent_char= , indent_with_tabs=false
2016-02-04T00:07:29.411Z - 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], 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-04T00:07:29.412Z - 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], 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-04T00:07:29.412Z - 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], 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-04T00:07:29.412Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.412Z - 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], 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-04T00:07:29.412Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.412Z - 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], 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-04T00:07:29.413Z - verbose: [beautifiers/index.coffee] true 
2016-02-04T00:07:29.413Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-04T00:07:29.413Z - verbose: [beautifiers/index.coffee] options html
2016-02-04T00:07:29.413Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.413Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-04T00:07:29.413Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.413Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-04T00:07:29.413Z - 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-04T00:07:29.413Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-04T00:07:29.413Z - 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-04T00:07:29.414Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.414Z - 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-04T00:07:29.414Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.414Z - 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-04T00:07:29.414Z - verbose: [beautifiers/index.coffee] true 
2016-02-04T00:07:29.414Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-04T00:07:29.414Z - verbose: [beautifiers/index.coffee] options html
2016-02-04T00:07:29.414Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.414Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] true 
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] options html
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] true 
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] options html
2016-02-04T00:07:29.415Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.416Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-04T00:07:29.416Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.416Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-04T00:07:29.416Z - verbose: [beautifiers/index.coffee] true 
2016-02-04T00:07:29.416Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-04T00:07:29.416Z - verbose: [beautifiers/index.coffee] options html
2016-02-04T00:07:29.416Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.416Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-04T00:07:29.416Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.416Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-04T00:07:29.417Z - verbose: [beautifiers/index.coffee] true 
2016-02-04T00:07:29.417Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-04T00:07:29.417Z - verbose: [beautifiers/index.coffee] options html
2016-02-04T00:07:29.417Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.417Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-04T00:07:29.417Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.417Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-04T00:07:29.417Z - verbose: [beautifiers/index.coffee] true 
2016-02-04T00:07:29.417Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options html
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] true 
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options html
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] true 
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options html undefined
2016-02-04T00:07:29.418Z - verbose: [beautifiers/index.coffee] options html
2016-02-04T00:07:29.419Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-02-04T00:07:29.419Z - verbose: [beautifiers/index.coffee] options handlebars
2016-02-04T00:07:29.419Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-02-04T00:07:29.419Z - verbose: [beautifiers/index.coffee] options mustache
2016-02-04T00:07:29.419Z - verbose: [beautifiers/index.coffee] HTML (Mustache) name=Mustache, namespace=mustache, fallback=[html, handlebars], grammars=[HTML (Mustache)], extensions=[mustache], options=[], beautifiers=[JS Beautify]
2016-02-04T00:07:29.419Z - 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"
    ],
    "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-04T00:07:29.420Z - verbose: [beautifiers/index.coffee] Mustache /Users/Jan/hotdoc/bookings/app/pods/components/hd-suburb-page/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' ],
  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], 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-04T00:07:29.421Z - verbose: [beautifiers/index.coffee] beautifiers 0=JS Beautify
2016-02-04T00:07:29.421Z - verbose: [beautifiers/index.coffee] beautifier JS Beautify
2016-02-04T00:07:29.422Z - verbose: [beautifiers/beautifier.coffee] JS Beautify language Mustache
2016-02-04T00:07:29.422Z - 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"
    ],
    "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