Skip to content

Instantly share code, notes, and snippets.

@janwerkhoven
Created April 19, 2016 11:12
Show Gist options
  • Save janwerkhoven/c2de41dd37765821ee77bac591ef75ba to your computer and use it in GitHub Desktop.
Save janwerkhoven/c2de41dd37765821ee77bac591ef75ba to your computer and use it in GitHub Desktop.
Atom Beautify crash reports

Atom Beautify - Debugging information

The following debugging information was generated by Atom Beautify on Tue Apr 19 2016 21:11:40 GMT+1000 (AEST).


Table Of Contents


Platform: darwin

Versions

Atom Version: 1.7.1

Atom Beautify Version: 0.29.4

Original file to be beautified

Original File Path: /Users/Jan/nabu/colette-werden/src/templates/about/index.hbs

Original File Grammar: HTML (Mustache)

Original File Language: Mustache

Language namespace: mustache

Supported Beautifiers: JS Beautify

Selected Beautifier: JS Beautify

Original File Contents

{{#extend "layout"}}

  {{#replace "meta"}}
    <title>About - Colette Werden</title>
    <meta name="description" content="She calls it her “obsession with confident women” and her drive to empower females that catapulted her desire to launch 'Colette Werden' – the image development hub for driven female entrepreneurs and professionals.">
  {{/replace}}

  {{#replace "main"}}

    <section id="hero">
      <img src="/assets/img/colette-werden-banner-04.jpg" alt="Colette Werden - Let's get acquinted" width="100%" height="400" />
    </section>

    {{> subscribe}}

    <section id="about-colette">
      <h1>She calls it her “obsession with confident women” and her drive to empower females that catapulted her desire to launch “Colette Werden” – the image development hub for driven female entrepreneurs and professionals.</h1>
      <div>
        <div>
          <p>Throwback to 2007, where it all began at Suzan Johnston Australia – the country’s longest running image school of over 50 years. There she worked with teenagers, men and women of all walks of life to develop their image, communication skills and overall self-esteem.</p>
          <p>There an “aha” moment hit – she landed on a niche that she deeply connected with – women who were striving to get ahead in their industry.They all had the skills and experience, they had devoted their heart and soul, sweat and tears into their passion and the only thing holding them back was their fear of not being good enough. This all translated into the way they presented themselves and their image began costing them time, money, self-confidence and opportunities. That’s where Colette knew she could help them the most.</p>
          <p>Her business flew organically through word of mouth referrals and her professional team of stylists, make-up artists and photographers expanded. Backed by years of experience, education and experimentation; Colette Werden fast became the leading Style and Image Specialist in her niche.</p>
          <p>In 2014, Colette Werden launched her revolutionary leading-edge <em>The Ratio System&trade;</em> which significantly boosts women’s self-confidence and opens up their eyes to a whole new way of dressing. <em>The Ratio System&trade;</em> helps women dress for what they really want: to create the perception of a longer, leaner appearing silhouette. It takes the guess work out of which outfit works and which doesn’t, and is a complete contrast to the traditional body shape dressing method, which is restrictive.</p>
          <p>Since creating her revolutionary <em>The Ratio System&trade;</em>, Colette Werden also commissioned a nationwide survey with CoreData Research Australia, which revealed outstanding results highlighting women’s relationship with their self-confidence levels, style and wardrobes. All of which she shares in her workshops.</p>
        </div>
        <div>
          <p>The red lipstick addict speaks regularly in professional and entrepreneurial communities to motivate teams on dressing for success and developing their personal brand and has transformed the confidence levels of clients from prominent businesses including Jeep, Alfa Romeo, Bendigo Bank, Sladen Legal Law Firm, ANZ, Network 10 and Arbonne Australia.</p>
          <p>Taking her expertise onscreen to broader audiences, Colette has presented on lifestyle shows on Foxtel and on Network 10’s ‘The Circle’. She has also worked with production agencies across the country and presented coverage for the TV Week Logie Awards and Melbourne Fashion Festival.</p>
          <p>It’s been over 10 years that she’s been supporting the Fred Hollow’s foundation with monthly donations and has MC’d at charities supporting the National Breast Cancer Foundation, like “L’huere de The’ ” at the Sofitel Melbourne for French luxury magazine, Le Style.</p>
          <p>In 2013, Colette was appointed Ambassador for Alfa Romeo, aligning her brand with one of the most prestigious car manufacturers in the world.</p>
          <p>The Colette Werden brand has a global scale vision and lives by the mantra, “No matter how you feel, get up, dress up, show up and never give up”.</p>
        </div>
      </div>
    </section>

    <section id="about-logo">
      <h2>About the Colette Werden logo</h2>
      <img src="/assets/img/colette-werden-logo.jpg" alt="Colette Werden logo" />
      <p>The Colette Werden logo was cleverly designed to encapsulate the symbol of transformation. The talking marks are shaped in Colette’s facial silhouette and portray the strong voice our image plays. The grey to black transition depicts a woman moving from hiding in her own shadow to confidently owning her identity.</p>
    </section>

    {{> clients}}

    {{> in-the-media}}

  {{/replace}}
{{/extend}}

Package Settings

The raw package settings options

{
    "css": {
        "beautify_on_save": true,
        "no_lead_zero": true,
        "selector_separator_newline": true,
        "indent_size": 4,
        "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",
        "disabled": false,
        "default_beautifier": "JS Beautify"
    },
    "general": {
        "_analyticsUserId": "8d77eeb1-21e6-40b8-b936-93acf21df98b",
        "_loggerLevel": "info",
        "analytics": true,
        "loggerLevel": "warn",
        "beautifyEntireFileOnSave": true,
        "muteUnsupportedLanguageErrors": false,
        "muteAllErrors": false
    },
    "handlebars": {
        "beautify_on_save": true,
        "wrap_attributes_indent_size": 2,
        "indent_inner_html": false,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_line_length": 250,
        "wrap_attributes": "auto",
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "unformatted": [
            "a",
            "span",
            "img",
            "bdo",
            "em",
            "strong",
            "dfn",
            "code",
            "samp",
            "kbd",
            "var",
            "cite",
            "abbr",
            "acronym",
            "q",
            "sub",
            "sup",
            "tt",
            "i",
            "b",
            "big",
            "small",
            "u",
            "s",
            "strike",
            "font",
            "ins",
            "del",
            "pre",
            "address",
            "dt",
            "h1",
            "h2",
            "h3",
            "h4",
            "h5",
            "h6"
        ],
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ],
        "disabled": false,
        "default_beautifier": "JS Beautify"
    },
    "html": {
        "default_beautifier": "Pretty Diff",
        "indent_inner_html": true,
        "max_preserve_newlines": 2,
        "unformatted": [
            "p",
            "a",
            "sub",
            "sup",
            "b",
            "i",
            "u",
            "em",
            "strong",
            "span",
            "small",
            "button",
            "nobr",
            "script",
            "h1",
            "h2",
            "h3",
            "h4",
            "h5",
            "h6"
        ],
        "wrap_line_length": 5000,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 4,
        "preserve_newlines": true,
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ],
        "disabled": false,
        "beautify_on_save": false
    },
    "java": {
        "beautify_on_save": true,
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify"
    },
    "js": {
        "beautify_on_save": true,
        "max_preserve_newlines": 2,
        "indent_size": 4,
        "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,
        "disabled": false,
        "default_beautifier": "JS Beautify"
    },
    "mustache": {
        "beautify_on_save": true,
        "indent_inner_html": false,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_line_length": 250,
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 4,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "unformatted": [
            "a",
            "span",
            "img",
            "bdo",
            "em",
            "strong",
            "dfn",
            "code",
            "samp",
            "kbd",
            "var",
            "cite",
            "abbr",
            "acronym",
            "q",
            "sub",
            "sup",
            "tt",
            "i",
            "b",
            "big",
            "small",
            "u",
            "s",
            "strike",
            "font",
            "ins",
            "del",
            "pre",
            "address",
            "dt",
            "h1",
            "h2",
            "h3",
            "h4",
            "h5",
            "h6"
        ],
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ],
        "disabled": false,
        "default_beautifier": "JS Beautify"
    },
    "ruby": {
        "default_beautifier": "Ruby Beautify",
        "indent_size": 4,
        "rubocop_path": "",
        "indent_char": " ",
        "disabled": false,
        "beautify_on_save": false
    },
    "scss": {
        "beautify_on_save": true,
        "indent_size": 4,
        "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,
        "no_lead_zero": false,
        "configPath": "",
        "predefinedConfig": "csscomb",
        "disabled": false,
        "default_beautifier": "Pretty Diff"
    },
    "xml": {
        "beautify_on_save": true,
        "indent_inner_html": false,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_line_length": 250,
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 4,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "unformatted": [
            "a",
            "span",
            "img",
            "bdo",
            "em",
            "strong",
            "dfn",
            "code",
            "samp",
            "kbd",
            "var",
            "cite",
            "abbr",
            "acronym",
            "q",
            "sub",
            "sup",
            "tt",
            "i",
            "b",
            "big",
            "small",
            "u",
            "s",
            "strike",
            "font",
            "ins",
            "del",
            "pre",
            "address",
            "dt",
            "h1",
            "h2",
            "h3",
            "h4",
            "h5",
            "h6"
        ],
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ],
        "disabled": false,
        "default_beautifier": "Pretty Diff"
    },
    "apex": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "arduino": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "cs": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "c": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "coffeescript": {
        "indent_size": 4,
        "indent_char": " ",
        "indent_level": 0,
        "indent_with_tabs": false,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "space_in_paren": false,
        "jslint_happy": false,
        "space_after_anon_function": false,
        "brace_style": "collapse",
        "break_chained_methods": false,
        "keep_array_indentation": false,
        "keep_function_indentation": false,
        "space_before_conditional": true,
        "eval_code": false,
        "unescape_strings": false,
        "wrap_line_length": 0,
        "end_with_newline": false,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "coffee-fmt",
        "beautify_on_save": false
    },
    "cfml": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "cpp": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "csv": {
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "d": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "ejs": {
        "indent_size": 4,
        "indent_char": " ",
        "preserve_newlines": true,
        "space_after_anon_function": false,
        "break_chained_methods": false,
        "wrap_line_length": 250,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "elm": {
        "disabled": false,
        "default_beautifier": "elm-format",
        "beautify_on_save": false
    },
    "erb": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "erlang": {
        "disabled": false,
        "default_beautifier": "erl_tidy",
        "beautify_on_save": false
    },
    "gherkin": {
        "indent_size": 4,
        "indent_char": " ",
        "disabled": false,
        "default_beautifier": "Gherkin formatter",
        "beautify_on_save": false
    },
    "go": {
        "disabled": false,
        "default_beautifier": "gofmt",
        "beautify_on_save": false
    },
    "fortran": {
        "emacs_path": "",
        "emacs_script_path": "",
        "disabled": false,
        "default_beautifier": "Fortran Beautifier",
        "beautify_on_save": false
    },
    "haskell": {
        "disabled": false,
        "default_beautifier": "stylish-haskell",
        "beautify_on_save": false
    },
    "jade": {
        "indent_size": 4,
        "indent_char": " ",
        "disabled": false,
        "default_beautifier": "Pug Beautify",
        "beautify_on_save": false
    },
    "json": {
        "indent_size": 4,
        "indent_char": " ",
        "indent_level": 0,
        "indent_with_tabs": false,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "space_in_paren": false,
        "jslint_happy": false,
        "space_after_anon_function": false,
        "brace_style": "collapse",
        "break_chained_methods": false,
        "keep_array_indentation": false,
        "keep_function_indentation": false,
        "space_before_conditional": true,
        "eval_code": false,
        "unescape_strings": false,
        "wrap_line_length": 0,
        "end_with_newline": false,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "JS Beautify",
        "beautify_on_save": false
    },
    "jsx": {
        "indent_size": 4,
        "indent_char": " ",
        "preserve_newlines": true,
        "space_after_anon_function": false,
        "break_chained_methods": false,
        "wrap_line_length": 0,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "latex": {
        "indent_char": " ",
        "indent_with_tabs": true,
        "indent_preamble": false,
        "always_look_for_split_braces": true,
        "always_look_for_split_brackets": false,
        "remove_trailing_whitespace": false,
        "align_columns_in_environments": [
            "tabular",
            "matrix",
            "bmatrix",
            "pmatrix"
        ],
        "disabled": false,
        "default_beautifier": "Latex Beautify",
        "beautify_on_save": false
    },
    "less": {
        "indent_size": 4,
        "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,
        "no_lead_zero": false,
        "configPath": "",
        "predefinedConfig": "csscomb",
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "markdown": {
        "gfm": true,
        "yaml": true,
        "commonmark": false,
        "disabled": false,
        "default_beautifier": "Tidy Markdown",
        "beautify_on_save": false
    },
    "marko": {
        "indent_inner_html": false,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_line_length": 250,
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 4,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "unformatted": [
            "a",
            "span",
            "img",
            "bdo",
            "em",
            "strong",
            "dfn",
            "code",
            "samp",
            "kbd",
            "var",
            "cite",
            "abbr",
            "acronym",
            "q",
            "sub",
            "sup",
            "tt",
            "i",
            "b",
            "big",
            "small",
            "u",
            "s",
            "strike",
            "font",
            "ins",
            "del",
            "pre",
            "address",
            "dt",
            "h1",
            "h2",
            "h3",
            "h4",
            "h5",
            "h6"
        ],
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ],
        "disabled": false,
        "default_beautifier": "JS Beautify",
        "beautify_on_save": false
    },
    "objectivec": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "pawn": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "perl": {
        "perltidy_profile": "",
        "disabled": false,
        "default_beautifier": "Perltidy",
        "beautify_on_save": false
    },
    "php": {
        "cs_fixer_path": "",
        "fixers": "",
        "level": "",
        "phpcbf_path": "",
        "standard": "",
        "disabled": false,
        "default_beautifier": "PHP-CS-Fixer",
        "beautify_on_save": false
    },
    "puppet": {
        "disabled": false,
        "default_beautifier": "puppet-lint",
        "beautify_on_save": false
    },
    "python": {
        "max_line_length": 79,
        "indent_size": 4,
        "ignore": [
            "E24"
        ],
        "sort_imports": false,
        "disabled": false,
        "default_beautifier": "autopep8",
        "beautify_on_save": false
    },
    "riot": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "rust": {
        "rustfmt_path": "",
        "disabled": false,
        "default_beautifier": "rustfmt",
        "beautify_on_save": false
    },
    "sass": {
        "indent_size": 4,
        "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,
        "no_lead_zero": false,
        "configPath": "",
        "predefinedConfig": "csscomb",
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "spacebars": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "sql": {
        "indent_size": 4,
        "keywords": "upper",
        "identifiers": "unchanged",
        "disabled": false,
        "default_beautifier": "sqlformat",
        "beautify_on_save": false
    },
    "svg": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "swig": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "tss": {
        "indent_size": 4,
        "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,
        "no_lead_zero": false,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "twig": {
        "indent_size": 4,
        "indent_char": " ",
        "preserve_newlines": true,
        "space_after_anon_function": false,
        "break_chained_methods": false,
        "wrap_line_length": 250,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "typescript": {
        "indent_size": 4,
        "indent_char": " ",
        "indent_level": 0,
        "indent_with_tabs": false,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "space_in_paren": false,
        "jslint_happy": false,
        "space_after_anon_function": false,
        "brace_style": "collapse",
        "break_chained_methods": false,
        "keep_array_indentation": false,
        "keep_function_indentation": false,
        "space_before_conditional": true,
        "eval_code": false,
        "unescape_strings": false,
        "wrap_line_length": 0,
        "end_with_newline": false,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "TypeScript Formatter",
        "beautify_on_save": false
    },
    "vala": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "visualforce": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "xtemplate": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    }
}

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

{
    "apex": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "arduino": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "cs": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "c": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "coffeescript": {
        "indent_size": 4,
        "indent_char": " ",
        "indent_level": 0,
        "indent_with_tabs": false,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "space_in_paren": false,
        "jslint_happy": false,
        "space_after_anon_function": false,
        "brace_style": "collapse",
        "break_chained_methods": false,
        "keep_array_indentation": false,
        "keep_function_indentation": false,
        "space_before_conditional": true,
        "eval_code": false,
        "unescape_strings": false,
        "wrap_line_length": 0,
        "end_with_newline": false,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "coffee-fmt",
        "beautify_on_save": false
    },
    "cfml": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "cpp": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "css": {
        "beautify_on_save": true,
        "no_lead_zero": true,
        "selector_separator_newline": true,
        "indent_size": 4,
        "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",
        "disabled": false,
        "default_beautifier": "JS Beautify"
    },
    "csv": {
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "d": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "ejs": {
        "indent_size": 4,
        "indent_char": " ",
        "preserve_newlines": true,
        "space_after_anon_function": false,
        "break_chained_methods": false,
        "wrap_line_length": 250,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "elm": {
        "disabled": false,
        "default_beautifier": "elm-format",
        "beautify_on_save": false
    },
    "erb": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "erlang": {
        "disabled": false,
        "default_beautifier": "erl_tidy",
        "beautify_on_save": false
    },
    "gherkin": {
        "indent_size": 4,
        "indent_char": " ",
        "disabled": false,
        "default_beautifier": "Gherkin formatter",
        "beautify_on_save": false
    },
    "go": {
        "disabled": false,
        "default_beautifier": "gofmt",
        "beautify_on_save": false
    },
    "fortran": {
        "emacs_path": "",
        "emacs_script_path": "",
        "disabled": false,
        "default_beautifier": "Fortran Beautifier",
        "beautify_on_save": false
    },
    "handlebars": {
        "beautify_on_save": true,
        "wrap_attributes_indent_size": 2,
        "indent_inner_html": false,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_line_length": 250,
        "wrap_attributes": "auto",
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "unformatted": [
            "a",
            "span",
            "img",
            "bdo",
            "em",
            "strong",
            "dfn",
            "code",
            "samp",
            "kbd",
            "var",
            "cite",
            "abbr",
            "acronym",
            "q",
            "sub",
            "sup",
            "tt",
            "i",
            "b",
            "big",
            "small",
            "u",
            "s",
            "strike",
            "font",
            "ins",
            "del",
            "pre",
            "address",
            "dt",
            "h1",
            "h2",
            "h3",
            "h4",
            "h5",
            "h6"
        ],
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ],
        "disabled": false,
        "default_beautifier": "JS Beautify"
    },
    "haskell": {
        "disabled": false,
        "default_beautifier": "stylish-haskell",
        "beautify_on_save": false
    },
    "html": {
        "default_beautifier": "Pretty Diff",
        "indent_inner_html": true,
        "max_preserve_newlines": 2,
        "unformatted": [
            "p",
            "a",
            "sub",
            "sup",
            "b",
            "i",
            "u",
            "em",
            "strong",
            "span",
            "small",
            "button",
            "nobr",
            "script",
            "h1",
            "h2",
            "h3",
            "h4",
            "h5",
            "h6"
        ],
        "wrap_line_length": 5000,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 4,
        "preserve_newlines": true,
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ],
        "disabled": false,
        "beautify_on_save": false
    },
    "jade": {
        "indent_size": 4,
        "indent_char": " ",
        "disabled": false,
        "default_beautifier": "Pug Beautify",
        "beautify_on_save": false
    },
    "java": {
        "beautify_on_save": true,
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify"
    },
    "js": {
        "beautify_on_save": true,
        "max_preserve_newlines": 2,
        "indent_size": 4,
        "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,
        "disabled": false,
        "default_beautifier": "JS Beautify"
    },
    "json": {
        "indent_size": 4,
        "indent_char": " ",
        "indent_level": 0,
        "indent_with_tabs": false,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "space_in_paren": false,
        "jslint_happy": false,
        "space_after_anon_function": false,
        "brace_style": "collapse",
        "break_chained_methods": false,
        "keep_array_indentation": false,
        "keep_function_indentation": false,
        "space_before_conditional": true,
        "eval_code": false,
        "unescape_strings": false,
        "wrap_line_length": 0,
        "end_with_newline": false,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "JS Beautify",
        "beautify_on_save": false
    },
    "jsx": {
        "indent_size": 4,
        "indent_char": " ",
        "preserve_newlines": true,
        "space_after_anon_function": false,
        "break_chained_methods": false,
        "wrap_line_length": 0,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "latex": {
        "indent_char": " ",
        "indent_with_tabs": true,
        "indent_preamble": false,
        "always_look_for_split_braces": true,
        "always_look_for_split_brackets": false,
        "remove_trailing_whitespace": false,
        "align_columns_in_environments": [
            "tabular",
            "matrix",
            "bmatrix",
            "pmatrix"
        ],
        "disabled": false,
        "default_beautifier": "Latex Beautify",
        "beautify_on_save": false
    },
    "less": {
        "indent_size": 4,
        "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,
        "no_lead_zero": false,
        "configPath": "",
        "predefinedConfig": "csscomb",
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "markdown": {
        "gfm": true,
        "yaml": true,
        "commonmark": false,
        "disabled": false,
        "default_beautifier": "Tidy Markdown",
        "beautify_on_save": false
    },
    "marko": {
        "indent_inner_html": false,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_line_length": 250,
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 4,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "unformatted": [
            "a",
            "span",
            "img",
            "bdo",
            "em",
            "strong",
            "dfn",
            "code",
            "samp",
            "kbd",
            "var",
            "cite",
            "abbr",
            "acronym",
            "q",
            "sub",
            "sup",
            "tt",
            "i",
            "b",
            "big",
            "small",
            "u",
            "s",
            "strike",
            "font",
            "ins",
            "del",
            "pre",
            "address",
            "dt",
            "h1",
            "h2",
            "h3",
            "h4",
            "h5",
            "h6"
        ],
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ],
        "disabled": false,
        "default_beautifier": "JS Beautify",
        "beautify_on_save": false
    },
    "mustache": {
        "beautify_on_save": true,
        "indent_inner_html": false,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_line_length": 250,
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 4,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "unformatted": [
            "a",
            "span",
            "img",
            "bdo",
            "em",
            "strong",
            "dfn",
            "code",
            "samp",
            "kbd",
            "var",
            "cite",
            "abbr",
            "acronym",
            "q",
            "sub",
            "sup",
            "tt",
            "i",
            "b",
            "big",
            "small",
            "u",
            "s",
            "strike",
            "font",
            "ins",
            "del",
            "pre",
            "address",
            "dt",
            "h1",
            "h2",
            "h3",
            "h4",
            "h5",
            "h6"
        ],
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ],
        "disabled": false,
        "default_beautifier": "JS Beautify"
    },
    "objectivec": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "pawn": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "perl": {
        "perltidy_profile": "",
        "disabled": false,
        "default_beautifier": "Perltidy",
        "beautify_on_save": false
    },
    "php": {
        "cs_fixer_path": "",
        "fixers": "",
        "level": "",
        "phpcbf_path": "",
        "standard": "",
        "disabled": false,
        "default_beautifier": "PHP-CS-Fixer",
        "beautify_on_save": false
    },
    "puppet": {
        "disabled": false,
        "default_beautifier": "puppet-lint",
        "beautify_on_save": false
    },
    "python": {
        "max_line_length": 79,
        "indent_size": 4,
        "ignore": [
            "E24"
        ],
        "sort_imports": false,
        "disabled": false,
        "default_beautifier": "autopep8",
        "beautify_on_save": false
    },
    "riot": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "ruby": {
        "default_beautifier": "Ruby Beautify",
        "indent_size": 4,
        "rubocop_path": "",
        "indent_char": " ",
        "disabled": false,
        "beautify_on_save": false
    },
    "rust": {
        "rustfmt_path": "",
        "disabled": false,
        "default_beautifier": "rustfmt",
        "beautify_on_save": false
    },
    "sass": {
        "indent_size": 4,
        "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,
        "no_lead_zero": false,
        "configPath": "",
        "predefinedConfig": "csscomb",
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "scss": {
        "beautify_on_save": true,
        "indent_size": 4,
        "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,
        "no_lead_zero": false,
        "configPath": "",
        "predefinedConfig": "csscomb",
        "disabled": false,
        "default_beautifier": "Pretty Diff"
    },
    "spacebars": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "sql": {
        "indent_size": 4,
        "keywords": "upper",
        "identifiers": "unchanged",
        "disabled": false,
        "default_beautifier": "sqlformat",
        "beautify_on_save": false
    },
    "svg": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "swig": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "tss": {
        "indent_size": 4,
        "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,
        "no_lead_zero": false,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "twig": {
        "indent_size": 4,
        "indent_char": " ",
        "preserve_newlines": true,
        "space_after_anon_function": false,
        "break_chained_methods": false,
        "wrap_line_length": 250,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "typescript": {
        "indent_size": 4,
        "indent_char": " ",
        "indent_level": 0,
        "indent_with_tabs": false,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "space_in_paren": false,
        "jslint_happy": false,
        "space_after_anon_function": false,
        "brace_style": "collapse",
        "break_chained_methods": false,
        "keep_array_indentation": false,
        "keep_function_indentation": false,
        "space_before_conditional": true,
        "eval_code": false,
        "unescape_strings": false,
        "wrap_line_length": 0,
        "end_with_newline": false,
        "end_with_comma": false,
        "disabled": false,
        "default_beautifier": "TypeScript Formatter",
        "beautify_on_save": false
    },
    "vala": {
        "configPath": "",
        "disabled": false,
        "default_beautifier": "Uncrustify",
        "beautify_on_save": false
    },
    "visualforce": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    },
    "xml": {
        "beautify_on_save": true,
        "indent_inner_html": false,
        "indent_size": 4,
        "indent_char": " ",
        "brace_style": "collapse",
        "indent_scripts": "normal",
        "wrap_line_length": 250,
        "wrap_attributes": "auto",
        "wrap_attributes_indent_size": 4,
        "preserve_newlines": true,
        "max_preserve_newlines": 10,
        "unformatted": [
            "a",
            "span",
            "img",
            "bdo",
            "em",
            "strong",
            "dfn",
            "code",
            "samp",
            "kbd",
            "var",
            "cite",
            "abbr",
            "acronym",
            "q",
            "sub",
            "sup",
            "tt",
            "i",
            "b",
            "big",
            "small",
            "u",
            "s",
            "strike",
            "font",
            "ins",
            "del",
            "pre",
            "address",
            "dt",
            "h1",
            "h2",
            "h3",
            "h4",
            "h5",
            "h6"
        ],
        "end_with_newline": false,
        "extra_liners": [
            "head",
            "body",
            "/html"
        ],
        "disabled": false,
        "default_beautifier": "Pretty Diff"
    },
    "xtemplate": {
        "indent_size": 4,
        "indent_char": " ",
        "wrap_line_length": 250,
        "preserve_newlines": true,
        "disabled": false,
        "default_beautifier": "Pretty Diff",
        "beautify_on_save": false
    }
}

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

{
    "_default": {}
}

EditorConfig Options: Options from EditorConfig file

{
    "_default": {}
}

Project Options: Options from .jsbeautifyrc files starting from directory /Users/Jan/nabu/colette-werden/src/templates/about and going up to root

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

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

{
    "indent_size": 4,
    "indent_char": " ",
    "indent_with_tabs": false,
    "default_beautifier": "JS Beautify",
    "indent_inner_html": false,
    "max_preserve_newlines": 10,
    "unformatted": [
        "a",
        "span",
        "img",
        "bdo",
        "em",
        "strong",
        "dfn",
        "code",
        "samp",
        "kbd",
        "var",
        "cite",
        "abbr",
        "acronym",
        "q",
        "sub",
        "sup",
        "tt",
        "i",
        "b",
        "big",
        "small",
        "u",
        "s",
        "strike",
        "font",
        "ins",
        "del",
        "pre",
        "address",
        "dt",
        "h1",
        "h2",
        "h3",
        "h4",
        "h5",
        "h6"
    ],
    "wrap_line_length": 250,
    "brace_style": "collapse",
    "indent_scripts": "normal",
    "wrap_attributes": "auto",
    "wrap_attributes_indent_size": 4,
    "preserve_newlines": true,
    "end_with_newline": false,
    "extra_liners": [
        "head",
        "body",
        "/html"
    ],
    "disabled": false,
    "beautify_on_save": true
}

Final Options

Final combined and transformed options that are used

{
    "indent_size": 4,
    "indent_char": " ",
    "indent_with_tabs": false,
    "default_beautifier": "JS Beautify",
    "indent_inner_html": false,
    "max_preserve_newlines": 10,
    "unformatted": [
        "a",
        "span",
        "img",
        "bdo",
        "em",
        "strong",
        "dfn",
        "code",
        "samp",
        "kbd",
        "var",
        "cite",
        "abbr",
        "acronym",
        "q",
        "sub",
        "sup",
        "tt",
        "i",
        "b",
        "big",
        "small",
        "u",
        "s",
        "strike",
        "font",
        "ins",
        "del",
        "pre",
        "address",
        "dt",
        "h1",
        "h2",
        "h3",
        "h4",
        "h5",
        "h6"
    ],
    "wrap_line_length": 250,
    "brace_style": "collapse",
    "indent_scripts": "normal",
    "wrap_attributes": "auto",
    "wrap_attributes_indent_size": 4,
    "preserve_newlines": true,
    "end_with_newline": false,
    "extra_liners": [
        "head",
        "body",
        "/html"
    ],
    "disabled": false,
    "beautify_on_save": true
}

Results

Beautified File Contents:

{{#extend "layout"}}

    {{#replace "meta"}}
        <title>About - Colette Werden</title>
        <meta name="description" content="She calls it her “obsession with confident women” and her drive to empower females that catapulted her desire to launch 'Colette Werden' – the image development hub for driven female entrepreneurs and professionals.">
    {{/replace}}

    {{#replace "main"}}

        <section id="hero">
            <img src="/assets/img/colette-werden-banner-04.jpg" alt="Colette Werden - Let's get acquinted" width="100%" height="400" />
        </section>

        {{> subscribe}}

        <section id="about-colette">
            <h1>She calls it her “obsession with confident women” and her drive to empower females that catapulted her desire to launch “Colette Werden” – the image development hub for driven female entrepreneurs and professionals.</h1>
            <div>
                <div>
                    <p>Throwback to 2007, where it all began at Suzan Johnston Australia – the country’s longest running image school of over 50 years. There she worked with teenagers, men and women of all walks of life to develop their image, communication
                        skills and overall self-esteem.</p>
                    <p>There an “aha” moment hit – she landed on a niche that she deeply connected with – women who were striving to get ahead in their industry.They all had the skills and experience, they had devoted their heart and soul, sweat and tears
                        into their passion and the only thing holding them back was their fear of not being good enough. This all translated into the way they presented themselves and their image began costing them time, money, self-confidence and opportunities.
                        That’s where Colette knew she could help them the most.</p>
                    <p>Her business flew organically through word of mouth referrals and her professional team of stylists, make-up artists and photographers expanded. Backed by years of experience, education and experimentation; Colette Werden fast became
                        the leading Style and Image Specialist in her niche.</p>
                    <p>In 2014, Colette Werden launched her revolutionary leading-edge <em>The Ratio System&trade;</em> which significantly boosts women’s self-confidence and opens up their eyes to a whole new way of dressing. <em>The Ratio System&trade;</em>                        helps women dress for what they really want: to create the perception of a longer, leaner appearing silhouette. It takes the guess work out of which outfit works and which doesn’t, and is a complete contrast to the traditional
                        body shape dressing method, which is restrictive.</p>
                    <p>Since creating her revolutionary <em>The Ratio System&trade;</em>, Colette Werden also commissioned a nationwide survey with CoreData Research Australia, which revealed outstanding results highlighting women’s relationship with their
                        self-confidence levels, style and wardrobes. All of which she shares in her workshops.</p>
                </div>
                <div>
                    <p>The red lipstick addict speaks regularly in professional and entrepreneurial communities to motivate teams on dressing for success and developing their personal brand and has transformed the confidence levels of clients from prominent
                        businesses including Jeep, Alfa Romeo, Bendigo Bank, Sladen Legal Law Firm, ANZ, Network 10 and Arbonne Australia.</p>
                    <p>Taking her expertise onscreen to broader audiences, Colette has presented on lifestyle shows on Foxtel and on Network 10’s ‘The Circle’. She has also worked with production agencies across the country and presented coverage for the
                        TV Week Logie Awards and Melbourne Fashion Festival.</p>
                    <p>It’s been over 10 years that she’s been supporting the Fred Hollow’s foundation with monthly donations and has MC’d at charities supporting the National Breast Cancer Foundation, like “L’huere de The’ ” at the Sofitel Melbourne for
                        French luxury magazine, Le Style.</p>
                    <p>In 2013, Colette was appointed Ambassador for Alfa Romeo, aligning her brand with one of the most prestigious car manufacturers in the world.</p>
                    <p>The Colette Werden brand has a global scale vision and lives by the mantra, “No matter how you feel, get up, dress up, show up and never give up”.</p>
                </div>
            </div>
        </section>

        <section id="about-logo">
            <h2>About the Colette Werden logo</h2>
            <img src="/assets/img/colette-werden-logo.jpg" alt="Colette Werden logo" />
            <p>The Colette Werden logo was cleverly designed to encapsulate the symbol of transformation. The talking marks are shaped in Colette’s facial silhouette and portray the strong voice our image plays. The grey to black transition depicts a woman
                moving from hiding in her own shadow to confidently owning her identity.</p>
        </section>

        {{> clients}} {{> in-the-media}}

    {{/replace}}
{{/extend}}

Original vs. Beautified Diff:

Index: /Users/Jan/nabu/colette-werden/src/templates/about/index.hbs
===================================================================
--- /Users/Jan/nabu/colette-werden/src/templates/about/index.hbs	original
+++ /Users/Jan/nabu/colette-werden/src/templates/about/index.hbs	beautified
@@ -1,47 +1,55 @@
 {{#extend "layout"}}
 
-  {{#replace "meta"}}
-    <title>About - Colette Werden</title>
-    <meta name="description" content="She calls it her “obsession with confident women” and her drive to empower females that catapulted her desire to launch 'Colette Werden' – the image development hub for driven female entrepreneurs and professionals.">
-  {{/replace}}
+    {{#replace "meta"}}
+        <title>About - Colette Werden</title>
+        <meta name="description" content="She calls it her “obsession with confident women” and her drive to empower females that catapulted her desire to launch 'Colette Werden' – the image development hub for driven female entrepreneurs and professionals.">
+    {{/replace}}
 
-  {{#replace "main"}}
+    {{#replace "main"}}
 
-    <section id="hero">
-      <img src="/assets/img/colette-werden-banner-04.jpg" alt="Colette Werden - Let's get acquinted" width="100%" height="400" />
-    </section>
+        <section id="hero">
+            <img src="/assets/img/colette-werden-banner-04.jpg" alt="Colette Werden - Let's get acquinted" width="100%" height="400" />
+        </section>
 
-    {{> subscribe}}
+        {{> subscribe}}
 
-    <section id="about-colette">
-      <h1>She calls it her “obsession with confident women” and her drive to empower females that catapulted her desire to launch “Colette Werden” – the image development hub for driven female entrepreneurs and professionals.</h1>
-      <div>
-        <div>
-          <p>Throwback to 2007, where it all began at Suzan Johnston Australia – the country’s longest running image school of over 50 years. There she worked with teenagers, men and women of all walks of life to develop their image, communication skills and overall self-esteem.</p>
-          <p>There an “aha” moment hit – she landed on a niche that she deeply connected with – women who were striving to get ahead in their industry.They all had the skills and experience, they had devoted their heart and soul, sweat and tears into their passion and the only thing holding them back was their fear of not being good enough. This all translated into the way they presented themselves and their image began costing them time, money, self-confidence and opportunities. That’s where Colette knew she could help them the most.</p>
-          <p>Her business flew organically through word of mouth referrals and her professional team of stylists, make-up artists and photographers expanded. Backed by years of experience, education and experimentation; Colette Werden fast became the leading Style and Image Specialist in her niche.</p>
-          <p>In 2014, Colette Werden launched her revolutionary leading-edge <em>The Ratio System&trade;</em> which significantly boosts women’s self-confidence and opens up their eyes to a whole new way of dressing. <em>The Ratio System&trade;</em> helps women dress for what they really want: to create the perception of a longer, leaner appearing silhouette. It takes the guess work out of which outfit works and which doesn’t, and is a complete contrast to the traditional body shape dressing method, which is restrictive.</p>
-          <p>Since creating her revolutionary <em>The Ratio System&trade;</em>, Colette Werden also commissioned a nationwide survey with CoreData Research Australia, which revealed outstanding results highlighting women’s relationship with their self-confidence levels, style and wardrobes. All of which she shares in her workshops.</p>
-        </div>
-        <div>
-          <p>The red lipstick addict speaks regularly in professional and entrepreneurial communities to motivate teams on dressing for success and developing their personal brand and has transformed the confidence levels of clients from prominent businesses including Jeep, Alfa Romeo, Bendigo Bank, Sladen Legal Law Firm, ANZ, Network 10 and Arbonne Australia.</p>
-          <p>Taking her expertise onscreen to broader audiences, Colette has presented on lifestyle shows on Foxtel and on Network 10’s ‘The Circle’. She has also worked with production agencies across the country and presented coverage for the TV Week Logie Awards and Melbourne Fashion Festival.</p>
-          <p>It’s been over 10 years that she’s been supporting the Fred Hollow’s foundation with monthly donations and has MC’d at charities supporting the National Breast Cancer Foundation, like “L’huere de The’ ” at the Sofitel Melbourne for French luxury magazine, Le Style.</p>
-          <p>In 2013, Colette was appointed Ambassador for Alfa Romeo, aligning her brand with one of the most prestigious car manufacturers in the world.</p>
-          <p>The Colette Werden brand has a global scale vision and lives by the mantra, “No matter how you feel, get up, dress up, show up and never give up”.</p>
-        </div>
-      </div>
-    </section>
+        <section id="about-colette">
+            <h1>She calls it her “obsession with confident women” and her drive to empower females that catapulted her desire to launch “Colette Werden” – the image development hub for driven female entrepreneurs and professionals.</h1>
+            <div>
+                <div>
+                    <p>Throwback to 2007, where it all began at Suzan Johnston Australia – the country’s longest running image school of over 50 years. There she worked with teenagers, men and women of all walks of life to develop their image, communication
+                        skills and overall self-esteem.</p>
+                    <p>There an “aha” moment hit – she landed on a niche that she deeply connected with – women who were striving to get ahead in their industry.They all had the skills and experience, they had devoted their heart and soul, sweat and tears
+                        into their passion and the only thing holding them back was their fear of not being good enough. This all translated into the way they presented themselves and their image began costing them time, money, self-confidence and opportunities.
+                        That’s where Colette knew she could help them the most.</p>
+                    <p>Her business flew organically through word of mouth referrals and her professional team of stylists, make-up artists and photographers expanded. Backed by years of experience, education and experimentation; Colette Werden fast became
+                        the leading Style and Image Specialist in her niche.</p>
+                    <p>In 2014, Colette Werden launched her revolutionary leading-edge <em>The Ratio System&trade;</em> which significantly boosts women’s self-confidence and opens up their eyes to a whole new way of dressing. <em>The Ratio System&trade;</em>                        helps women dress for what they really want: to create the perception of a longer, leaner appearing silhouette. It takes the guess work out of which outfit works and which doesn’t, and is a complete contrast to the traditional
+                        body shape dressing method, which is restrictive.</p>
+                    <p>Since creating her revolutionary <em>The Ratio System&trade;</em>, Colette Werden also commissioned a nationwide survey with CoreData Research Australia, which revealed outstanding results highlighting women’s relationship with their
+                        self-confidence levels, style and wardrobes. All of which she shares in her workshops.</p>
+                </div>
+                <div>
+                    <p>The red lipstick addict speaks regularly in professional and entrepreneurial communities to motivate teams on dressing for success and developing their personal brand and has transformed the confidence levels of clients from prominent
+                        businesses including Jeep, Alfa Romeo, Bendigo Bank, Sladen Legal Law Firm, ANZ, Network 10 and Arbonne Australia.</p>
+                    <p>Taking her expertise onscreen to broader audiences, Colette has presented on lifestyle shows on Foxtel and on Network 10’s ‘The Circle’. She has also worked with production agencies across the country and presented coverage for the
+                        TV Week Logie Awards and Melbourne Fashion Festival.</p>
+                    <p>It’s been over 10 years that she’s been supporting the Fred Hollow’s foundation with monthly donations and has MC’d at charities supporting the National Breast Cancer Foundation, like “L’huere de The’ ” at the Sofitel Melbourne for
+                        French luxury magazine, Le Style.</p>
+                    <p>In 2013, Colette was appointed Ambassador for Alfa Romeo, aligning her brand with one of the most prestigious car manufacturers in the world.</p>
+                    <p>The Colette Werden brand has a global scale vision and lives by the mantra, “No matter how you feel, get up, dress up, show up and never give up”.</p>
+                </div>
+            </div>
+        </section>
 
-    <section id="about-logo">
-      <h2>About the Colette Werden logo</h2>
-      <img src="/assets/img/colette-werden-logo.jpg" alt="Colette Werden logo" />
-      <p>The Colette Werden logo was cleverly designed to encapsulate the symbol of transformation. The talking marks are shaped in Colette’s facial silhouette and portray the strong voice our image plays. The grey to black transition depicts a woman moving from hiding in her own shadow to confidently owning her identity.</p>
-    </section>
+        <section id="about-logo">
+            <h2>About the Colette Werden logo</h2>
+            <img src="/assets/img/colette-werden-logo.jpg" alt="Colette Werden logo" />
+            <p>The Colette Werden logo was cleverly designed to encapsulate the symbol of transformation. The talking marks are shaped in Colette’s facial silhouette and portray the strong voice our image plays. The grey to black transition depicts a woman
+                moving from hiding in her own shadow to confidently owning her identity.</p>
+        </section>
 
-    {{> clients}}
+        {{> clients}} {{> in-the-media}}
 
-    {{> in-the-media}}
-
-  {{/replace}}
-{{/extend}}
+    {{/replace}}
+{{/extend}}
\ No newline at end of file

Logs

2016-04-19T11:11:40.170Z - info: [beautifiers/index.coffee] beautify {{#extend "layout"}}

  {{#replace "meta"}}
    <title>About - Colette Werden</title>
    <meta name="description" content="She calls it her “obsession with confident women” and her drive to empower females that catapulted her desire to launch 'Colette Werden' – the image development hub for driven female entrepreneurs and professionals.">
  {{/replace}}

  {{#replace "main"}}

    <section id="hero">
      <img src="/assets/img/colette-werden-banner-04.jpg" alt="Colette Werden - Let's get acquinted" width="100%" height="400" />
    </section>

    {{> subscribe}}

    <section id="about-colette">
      <h1>She calls it her “obsession with confident women” and her drive to empower females that catapulted her desire to launch “Colette Werden” – the image development hub for driven female entrepreneurs and professionals.</h1>
      <div>
        <div>
          <p>Throwback to 2007, where it all began at Suzan Johnston Australia – the country’s longest running image school of over 50 years. There she worked with teenagers, men and women of all walks of life to develop their image, communication skills and overall self-esteem.</p>
          <p>There an “aha” moment hit – she landed on a niche that she deeply connected with – women who were striving to get ahead in their industry.They all had the skills and experience, they had devoted their heart and soul, sweat and tears into their passion and the only thing holding them back was their fear of not being good enough. This all translated into the way they presented themselves and their image began costing them time, money, self-confidence and opportunities. That’s where Colette knew she could help them the most.</p>
          <p>Her business flew organically through word of mouth referrals and her professional team of stylists, make-up artists and photographers expanded. Backed by years of experience, education and experimentation; Colette Werden fast became the leading Style and Image Specialist in her niche.</p>
          <p>In 2014, Colette Werden launched her revolutionary leading-edge <em>The Ratio System&trade;</em> which significantly boosts women’s self-confidence and opens up their eyes to a whole new way of dressing. <em>The Ratio System&trade;</em> helps women dress for what they really want: to create the perception of a longer, leaner appearing silhouette. It takes the guess work out of which outfit works and which doesn’t, and is a complete contrast to the traditional body shape dressing method, which is restrictive.</p>
          <p>Since creating her revolutionary <em>The Ratio System&trade;</em>, Colette Werden also commissioned a nationwide survey with CoreData Research Australia, which revealed outstanding results highlighting women’s relationship with their self-confidence levels, style and wardrobes. All of which she shares in her workshops.</p>
        </div>
        <div>
          <p>The red lipstick addict speaks regularly in professional and entrepreneurial communities to motivate teams on dressing for success and developing their personal brand and has transformed the confidence levels of clients from prominent businesses including Jeep, Alfa Romeo, Bendigo Bank, Sladen Legal Law Firm, ANZ, Network 10 and Arbonne Australia.</p>
          <p>Taking her expertise onscreen to broader audiences, Colette has presented on lifestyle shows on Foxtel and on Network 10’s ‘The Circle’. She has also worked with production agencies across the country and presented coverage for the TV Week Logie Awards and Melbourne Fashion Festival.</p>
          <p>It’s been over 10 years that she’s been supporting the Fred Hollow’s foundation with monthly donations and has MC’d at charities supporting the National Breast Cancer Foundation, like “L’huere de The’ ” at the Sofitel Melbourne for French luxury magazine, Le Style.</p>
          <p>In 2013, Colette was appointed Ambassador for Alfa Romeo, aligning her brand with one of the most prestigious car manufacturers in the world.</p>
          <p>The Colette Werden brand has a global scale vision and lives by the mantra, “No matter how you feel, get up, dress up, show up and never give up”.</p>
        </div>
      </div>
    </section>

    <section id="about-logo">
      <h2>About the Colette Werden logo</h2>
      <img src="/assets/img/colette-werden-logo.jpg" alt="Colette Werden logo" />
      <p>The Colette Werden logo was cleverly designed to encapsulate the symbol of transformation. The talking marks are shaped in Colette’s facial silhouette and portray the strong voice our image plays. The grey to black transition depicts a woman moving from hiding in her own shadow to confidently owning her identity.</p>
    </section>

    {{> clients}}

    {{> in-the-media}}

  {{/replace}}
{{/extend}}
 [ { _default: { indent_size: 2, indent_char: ' ', indent_with_tabs: false } },
  { apex: 
     { configPath: '',
       disabled: false,
       default_beautifier: 'Uncrustify',
       beautify_on_save: false },
    arduino: 
     { configPath: '',
       disabled: false,
       default_beautifier: 'Uncrustify',
       beautify_on_save: false },
    cs: 
     { configPath: '',
       disabled: false,
       default_beautifier: 'Uncrustify',
       beautify_on_save: false },
    c: 
     { configPath: '',
       disabled: false,
       default_beautifier: 'Uncrustify',
       beautify_on_save: false },
    coffeescript: 
     { indent_size: 4,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 10,
       space_in_paren: false,
       jslint_happy: false,
       space_after_anon_function: false,
       brace_style: 'collapse',
       break_chained_methods: false,
       keep_array_indentation: false,
       keep_function_indentation: false,
       space_before_conditional: true,
       eval_code: false,
       unescape_strings: false,
       wrap_line_length: 0,
       end_with_newline: false,
       end_with_comma: false,
       disabled: false,
       default_beautifier: 'coffee-fmt',
       beautify_on_save: false },
    cfml: 
     { indent_size: 4,
       indent_char: ' ',
       wrap_line_length: 250,
       preserve_newlines: true,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    cpp: 
     { configPath: '',
       disabled: false,
       default_beautifier: 'Uncrustify',
       beautify_on_save: false },
    css: 
     { beautify_on_save: true,
       no_lead_zero: true,
       selector_separator_newline: true,
       indent_size: 4,
       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',
       disabled: false,
       default_beautifier: 'JS Beautify' },
    csv: 
     { disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    d: 
     { configPath: '',
       disabled: false,
       default_beautifier: 'Uncrustify',
       beautify_on_save: false },
    ejs: 
     { indent_size: 4,
       indent_char: ' ',
       preserve_newlines: true,
       space_after_anon_function: false,
       break_chained_methods: false,
       wrap_line_length: 250,
       end_with_comma: false,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    elm: 
     { disabled: false,
       default_beautifier: 'elm-format',
       beautify_on_save: false },
    erb: 
     { indent_size: 4,
       indent_char: ' ',
       wrap_line_length: 250,
       preserve_newlines: true,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    erlang: 
     { disabled: false,
       default_beautifier: 'erl_tidy',
       beautify_on_save: false },
    gherkin: 
     { indent_size: 4,
       indent_char: ' ',
       disabled: false,
       default_beautifier: 'Gherkin formatter',
       beautify_on_save: false },
    go: 
     { disabled: false,
       default_beautifier: 'gofmt',
       beautify_on_save: false },
    fortran: 
     { emacs_path: '',
       emacs_script_path: '',
       disabled: false,
       default_beautifier: 'Fortran Beautifier',
       beautify_on_save: false },
    handlebars: 
     { beautify_on_save: true,
       wrap_attributes_indent_size: 2,
       indent_inner_html: false,
       indent_size: 4,
       indent_char: ' ',
       brace_style: 'collapse',
       indent_scripts: 'normal',
       wrap_line_length: 250,
       wrap_attributes: 'auto',
       preserve_newlines: true,
       max_preserve_newlines: 10,
       unformatted: [Object],
       end_with_newline: false,
       extra_liners: [Object],
       disabled: false,
       default_beautifier: 'JS Beautify' },
    haskell: 
     { disabled: false,
       default_beautifier: 'stylish-haskell',
       beautify_on_save: false },
    html: 
     { default_beautifier: 'Pretty Diff',
       indent_inner_html: true,
       max_preserve_newlines: 2,
       unformatted: [Object],
       wrap_line_length: 5000,
       indent_size: 4,
       indent_char: ' ',
       brace_style: 'collapse',
       indent_scripts: 'normal',
       wrap_attributes: 'auto',
       wrap_attributes_indent_size: 4,
       preserve_newlines: true,
       end_with_newline: false,
       extra_liners: [Object],
       disabled: false,
       beautify_on_save: false },
    jade: 
     { indent_size: 4,
       indent_char: ' ',
       disabled: false,
       default_beautifier: 'Pug Beautify',
       beautify_on_save: false },
    java: 
     { beautify_on_save: true,
       configPath: '',
       disabled: false,
       default_beautifier: 'Uncrustify' },
    js: 
     { beautify_on_save: true,
       max_preserve_newlines: 2,
       indent_size: 4,
       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,
       disabled: false,
       default_beautifier: 'JS Beautify' },
    json: 
     { indent_size: 4,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 10,
       space_in_paren: false,
       jslint_happy: false,
       space_after_anon_function: false,
       brace_style: 'collapse',
       break_chained_methods: false,
       keep_array_indentation: false,
       keep_function_indentation: false,
       space_before_conditional: true,
       eval_code: false,
       unescape_strings: false,
       wrap_line_length: 0,
       end_with_newline: false,
       end_with_comma: false,
       disabled: false,
       default_beautifier: 'JS Beautify',
       beautify_on_save: false },
    jsx: 
     { indent_size: 4,
       indent_char: ' ',
       preserve_newlines: true,
       space_after_anon_function: false,
       break_chained_methods: false,
       wrap_line_length: 0,
       end_with_comma: false,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    latex: 
     { indent_char: ' ',
       indent_with_tabs: true,
       indent_preamble: false,
       always_look_for_split_braces: true,
       always_look_for_split_brackets: false,
       remove_trailing_whitespace: false,
       align_columns_in_environments: [Object],
       disabled: false,
       default_beautifier: 'Latex Beautify',
       beautify_on_save: false },
    less: 
     { indent_size: 4,
       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,
       no_lead_zero: false,
       configPath: '',
       predefinedConfig: 'csscomb',
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    markdown: 
     { gfm: true,
       yaml: true,
       commonmark: false,
       disabled: false,
       default_beautifier: 'Tidy Markdown',
       beautify_on_save: false },
    marko: 
     { indent_inner_html: false,
       indent_size: 4,
       indent_char: ' ',
       brace_style: 'collapse',
       indent_scripts: 'normal',
       wrap_line_length: 250,
       wrap_attributes: 'auto',
       wrap_attributes_indent_size: 4,
       preserve_newlines: true,
       max_preserve_newlines: 10,
       unformatted: [Object],
       end_with_newline: false,
       extra_liners: [Object],
       disabled: false,
       default_beautifier: 'JS Beautify',
       beautify_on_save: false },
    mustache: 
     { beautify_on_save: true,
       indent_inner_html: false,
       indent_size: 4,
       indent_char: ' ',
       brace_style: 'collapse',
       indent_scripts: 'normal',
       wrap_line_length: 250,
       wrap_attributes: 'auto',
       wrap_attributes_indent_size: 4,
       preserve_newlines: true,
       max_preserve_newlines: 10,
       unformatted: [Object],
       end_with_newline: false,
       extra_liners: [Object],
       disabled: false,
       default_beautifier: 'JS Beautify' },
    objectivec: 
     { configPath: '',
       disabled: false,
       default_beautifier: 'Uncrustify',
       beautify_on_save: false },
    pawn: 
     { configPath: '',
       disabled: false,
       default_beautifier: 'Uncrustify',
       beautify_on_save: false },
    perl: 
     { perltidy_profile: '',
       disabled: false,
       default_beautifier: 'Perltidy',
       beautify_on_save: false },
    php: 
     { cs_fixer_path: '',
       fixers: '',
       level: '',
       phpcbf_path: '',
       standard: '',
       disabled: false,
       default_beautifier: 'PHP-CS-Fixer',
       beautify_on_save: false },
    puppet: 
     { disabled: false,
       default_beautifier: 'puppet-lint',
       beautify_on_save: false },
    python: 
     { max_line_length: 79,
       indent_size: 4,
       ignore: [Object],
       sort_imports: false,
       disabled: false,
       default_beautifier: 'autopep8',
       beautify_on_save: false },
    riot: 
     { indent_size: 4,
       indent_char: ' ',
       wrap_line_length: 250,
       preserve_newlines: true,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    ruby: 
     { default_beautifier: 'Ruby Beautify',
       indent_size: 4,
       rubocop_path: '',
       indent_char: ' ',
       disabled: false,
       beautify_on_save: false },
    rust: 
     { rustfmt_path: '',
       disabled: false,
       default_beautifier: 'rustfmt',
       beautify_on_save: false },
    sass: 
     { indent_size: 4,
       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,
       no_lead_zero: false,
       configPath: '',
       predefinedConfig: 'csscomb',
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    scss: 
     { beautify_on_save: true,
       indent_size: 4,
       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,
       no_lead_zero: false,
       configPath: '',
       predefinedConfig: 'csscomb',
       disabled: false,
       default_beautifier: 'Pretty Diff' },
    spacebars: 
     { indent_size: 4,
       indent_char: ' ',
       wrap_line_length: 250,
       preserve_newlines: true,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    sql: 
     { indent_size: 4,
       keywords: 'upper',
       identifiers: 'unchanged',
       disabled: false,
       default_beautifier: 'sqlformat',
       beautify_on_save: false },
    svg: 
     { indent_size: 4,
       indent_char: ' ',
       wrap_line_length: 250,
       preserve_newlines: true,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    swig: 
     { indent_size: 4,
       indent_char: ' ',
       wrap_line_length: 250,
       preserve_newlines: true,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    tss: 
     { indent_size: 4,
       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,
       no_lead_zero: false,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    twig: 
     { indent_size: 4,
       indent_char: ' ',
       preserve_newlines: true,
       space_after_anon_function: false,
       break_chained_methods: false,
       wrap_line_length: 250,
       end_with_comma: false,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    typescript: 
     { indent_size: 4,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       max_preserve_newlines: 10,
       space_in_paren: false,
       jslint_happy: false,
       space_after_anon_function: false,
       brace_style: 'collapse',
       break_chained_methods: false,
       keep_array_indentation: false,
       keep_function_indentation: false,
       space_before_conditional: true,
       eval_code: false,
       unescape_strings: false,
       wrap_line_length: 0,
       end_with_newline: false,
       end_with_comma: false,
       disabled: false,
       default_beautifier: 'TypeScript Formatter',
       beautify_on_save: false },
    vala: 
     { configPath: '',
       disabled: false,
       default_beautifier: 'Uncrustify',
       beautify_on_save: false },
    visualforce: 
     { indent_size: 4,
       indent_char: ' ',
       wrap_line_length: 250,
       preserve_newlines: true,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false },
    xml: 
     { beautify_on_save: true,
       indent_inner_html: false,
       indent_size: 4,
       indent_char: ' ',
       brace_style: 'collapse',
       indent_scripts: 'normal',
       wrap_line_length: 250,
       wrap_attributes: 'auto',
       wrap_attributes_indent_size: 4,
       preserve_newlines: true,
       max_preserve_newlines: 10,
       unformatted: [Object],
       end_with_newline: false,
       extra_liners: [Object],
       disabled: false,
       default_beautifier: 'Pretty Diff' },
    xtemplate: 
     { indent_size: 4,
       indent_char: ' ',
       wrap_line_length: 250,
       preserve_newlines: true,
       disabled: false,
       default_beautifier: 'Pretty Diff',
       beautify_on_save: false } },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} } ] HTML (Mustache) /Users/Jan/nabu/colette-werden/src/templates/about/index.hbs undefined
2016-04-19T11:11:40.171Z - verbose: [beautifiers/index.coffee]  indent_size=2, indent_char= , indent_with_tabs=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=coffee-fmt, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, beautify_on_save=true, no_lead_zero=true, selector_separator_newline=true, indent_size=4, 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, disabled=false, default_beautifier=JS Beautify, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=250, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, disabled=false, default_beautifier=elm-format, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, disabled=false, default_beautifier=erl_tidy, beautify_on_save=false, indent_size=4, indent_char= , disabled=false, default_beautifier=Gherkin formatter, beautify_on_save=false, disabled=false, default_beautifier=gofmt, beautify_on_save=false, emacs_path=, emacs_script_path=, disabled=false, default_beautifier=Fortran Beautifier, beautify_on_save=false, beautify_on_save=true, wrap_attributes_indent_size=2, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, disabled=false, default_beautifier=stylish-haskell, beautify_on_save=false, default_beautifier=Pretty Diff, indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr, script, h1, h2, h3, h4, h5, h6], wrap_line_length=5000, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], disabled=false, beautify_on_save=false, indent_size=4, indent_char= , disabled=false, default_beautifier=Pug Beautify, beautify_on_save=false, beautify_on_save=true, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=true, max_preserve_newlines=2, indent_size=4, 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, disabled=false, default_beautifier=JS Beautify, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=0, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_char= , indent_with_tabs=true, indent_preamble=false, always_look_for_split_braces=true, always_look_for_split_brackets=false, remove_trailing_whitespace=false, align_columns_in_environments=[tabular, matrix, bmatrix, pmatrix], disabled=false, default_beautifier=Latex Beautify, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, gfm=true, yaml=true, commonmark=false, disabled=false, default_beautifier=Tidy Markdown, beautify_on_save=false, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, beautify_on_save=true, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, perltidy_profile=, disabled=false, default_beautifier=Perltidy, beautify_on_save=false, cs_fixer_path=, fixers=, level=, phpcbf_path=, standard=, disabled=false, default_beautifier=PHP-CS-Fixer, beautify_on_save=false, disabled=false, default_beautifier=puppet-lint, beautify_on_save=false, max_line_length=79, indent_size=4, ignore=[E24], sort_imports=false, disabled=false, default_beautifier=autopep8, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, default_beautifier=Ruby Beautify, indent_size=4, rubocop_path=, indent_char= , disabled=false, beautify_on_save=false, rustfmt_path=, disabled=false, default_beautifier=rustfmt, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, beautify_on_save=true, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, keywords=upper, identifiers=unchanged, disabled=false, default_beautifier=sqlformat, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=250, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=TypeScript Formatter, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, beautify_on_save=true, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Pretty Diff, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, , , , , , , , , 
2016-04-19T11:11:40.182Z - verbose: [beautifiers/index.coffee] [ { name: 'Mustache',
    namespace: 'mustache',
    fallback: [ 'html', 'handlebars' ],
    grammars: [ 'HTML (Mustache)' ],
    extensions: [ 'mustache' ],
    options: [] },
  { name: 'Handlebars',
    namespace: 'handlebars',
    fallback: [ 'html', 'mustache' ],
    grammars: [ 'Handlebars', 'HTML (Handlebars)' ],
    extensions: [ 'hbs', 'handlebars' ],
    options: [] } ] 'HTML (Mustache)' 'hbs'
2016-04-19T11:11:40.182Z - verbose: [beautifiers/index.coffee] Language Mustache supported
2016-04-19T11:11:40.182Z - verbose: [beautifiers/index.coffee] getOptions selections [ 'html', 'handlebars', 'mustache' ] indent_size=2, indent_char= , indent_with_tabs=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=coffee-fmt, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, beautify_on_save=true, no_lead_zero=true, selector_separator_newline=true, indent_size=4, 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, disabled=false, default_beautifier=JS Beautify, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=250, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, disabled=false, default_beautifier=elm-format, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, disabled=false, default_beautifier=erl_tidy, beautify_on_save=false, indent_size=4, indent_char= , disabled=false, default_beautifier=Gherkin formatter, beautify_on_save=false, disabled=false, default_beautifier=gofmt, beautify_on_save=false, emacs_path=, emacs_script_path=, disabled=false, default_beautifier=Fortran Beautifier, beautify_on_save=false, beautify_on_save=true, wrap_attributes_indent_size=2, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, disabled=false, default_beautifier=stylish-haskell, beautify_on_save=false, default_beautifier=Pretty Diff, indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr, script, h1, h2, h3, h4, h5, h6], wrap_line_length=5000, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], disabled=false, beautify_on_save=false, indent_size=4, indent_char= , disabled=false, default_beautifier=Pug Beautify, beautify_on_save=false, beautify_on_save=true, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=true, max_preserve_newlines=2, indent_size=4, 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, disabled=false, default_beautifier=JS Beautify, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=0, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_char= , indent_with_tabs=true, indent_preamble=false, always_look_for_split_braces=true, always_look_for_split_brackets=false, remove_trailing_whitespace=false, align_columns_in_environments=[tabular, matrix, bmatrix, pmatrix], disabled=false, default_beautifier=Latex Beautify, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, gfm=true, yaml=true, commonmark=false, disabled=false, default_beautifier=Tidy Markdown, beautify_on_save=false, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, beautify_on_save=true, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, perltidy_profile=, disabled=false, default_beautifier=Perltidy, beautify_on_save=false, cs_fixer_path=, fixers=, level=, phpcbf_path=, standard=, disabled=false, default_beautifier=PHP-CS-Fixer, beautify_on_save=false, disabled=false, default_beautifier=puppet-lint, beautify_on_save=false, max_line_length=79, indent_size=4, ignore=[E24], sort_imports=false, disabled=false, default_beautifier=autopep8, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, default_beautifier=Ruby Beautify, indent_size=4, rubocop_path=, indent_char= , disabled=false, beautify_on_save=false, rustfmt_path=, disabled=false, default_beautifier=rustfmt, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, beautify_on_save=true, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, keywords=upper, identifiers=unchanged, disabled=false, default_beautifier=sqlformat, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=250, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=TypeScript Formatter, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, beautify_on_save=true, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Pretty Diff, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, , , , , , , , , 
2016-04-19T11:11:40.186Z - verbose: [beautifiers/index.coffee] true indent_size=2, indent_char= , indent_with_tabs=false
2016-04-19T11:11:40.186Z - verbose: [beautifiers/index.coffee] options html undefined
2016-04-19T11:11:40.186Z - verbose: [beautifiers/index.coffee] options html indent_size=2, indent_char= , indent_with_tabs=false
2016-04-19T11:11:40.186Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-04-19T11:11:40.186Z - verbose: [beautifiers/index.coffee] options handlebars indent_size=2, indent_char= , indent_with_tabs=false
2016-04-19T11:11:40.186Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-04-19T11:11:40.186Z - verbose: [beautifiers/index.coffee] options mustache indent_size=2, indent_char= , indent_with_tabs=false
2016-04-19T11:11:40.186Z - verbose: [beautifiers/index.coffee] true configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=coffee-fmt, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, beautify_on_save=true, no_lead_zero=true, selector_separator_newline=true, indent_size=4, 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, disabled=false, default_beautifier=JS Beautify, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=250, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, disabled=false, default_beautifier=elm-format, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, disabled=false, default_beautifier=erl_tidy, beautify_on_save=false, indent_size=4, indent_char= , disabled=false, default_beautifier=Gherkin formatter, beautify_on_save=false, disabled=false, default_beautifier=gofmt, beautify_on_save=false, emacs_path=, emacs_script_path=, disabled=false, default_beautifier=Fortran Beautifier, beautify_on_save=false, beautify_on_save=true, wrap_attributes_indent_size=2, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, disabled=false, default_beautifier=stylish-haskell, beautify_on_save=false, default_beautifier=Pretty Diff, indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr, script, h1, h2, h3, h4, h5, h6], wrap_line_length=5000, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], disabled=false, beautify_on_save=false, indent_size=4, indent_char= , disabled=false, default_beautifier=Pug Beautify, beautify_on_save=false, beautify_on_save=true, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=true, max_preserve_newlines=2, indent_size=4, 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, disabled=false, default_beautifier=JS Beautify, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=0, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_char= , indent_with_tabs=true, indent_preamble=false, always_look_for_split_braces=true, always_look_for_split_brackets=false, remove_trailing_whitespace=false, align_columns_in_environments=[tabular, matrix, bmatrix, pmatrix], disabled=false, default_beautifier=Latex Beautify, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, gfm=true, yaml=true, commonmark=false, disabled=false, default_beautifier=Tidy Markdown, beautify_on_save=false, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, beautify_on_save=true, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, perltidy_profile=, disabled=false, default_beautifier=Perltidy, beautify_on_save=false, cs_fixer_path=, fixers=, level=, phpcbf_path=, standard=, disabled=false, default_beautifier=PHP-CS-Fixer, beautify_on_save=false, disabled=false, default_beautifier=puppet-lint, beautify_on_save=false, max_line_length=79, indent_size=4, ignore=[E24], sort_imports=false, disabled=false, default_beautifier=autopep8, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, default_beautifier=Ruby Beautify, indent_size=4, rubocop_path=, indent_char= , disabled=false, beautify_on_save=false, rustfmt_path=, disabled=false, default_beautifier=rustfmt, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, beautify_on_save=true, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, keywords=upper, identifiers=unchanged, disabled=false, default_beautifier=sqlformat, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=250, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=TypeScript Formatter, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, beautify_on_save=true, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Pretty Diff, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false
2016-04-19T11:11:40.190Z - verbose: [beautifiers/index.coffee] options html default_beautifier=Pretty Diff, indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr, script, h1, h2, h3, h4, h5, h6], wrap_line_length=5000, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], disabled=false, beautify_on_save=false
2016-04-19T11:11:40.190Z - verbose: [beautifiers/index.coffee] options html default_beautifier=Pretty Diff, indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr, script, h1, h2, h3, h4, h5, h6], wrap_line_length=5000, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], disabled=false, beautify_on_save=false
2016-04-19T11:11:40.190Z - verbose: [beautifiers/index.coffee] options handlebars beautify_on_save=true, wrap_attributes_indent_size=2, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify
2016-04-19T11:11:40.191Z - verbose: [beautifiers/index.coffee] options handlebars default_beautifier=JS Beautify, indent_inner_html=false, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], wrap_line_length=250, indent_size=4, 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], disabled=false, beautify_on_save=true
2016-04-19T11:11:40.191Z - verbose: [beautifiers/index.coffee] options mustache beautify_on_save=true, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify
2016-04-19T11:11:40.191Z - verbose: [beautifiers/index.coffee] options mustache default_beautifier=JS Beautify, indent_inner_html=false, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], wrap_line_length=250, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], disabled=false, beautify_on_save=true
2016-04-19T11:11:40.192Z - verbose: [beautifiers/index.coffee] true 
2016-04-19T11:11:40.192Z - verbose: [beautifiers/index.coffee] options html undefined
2016-04-19T11:11:40.192Z - verbose: [beautifiers/index.coffee] options html
2016-04-19T11:11:40.193Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-04-19T11:11:40.193Z - verbose: [beautifiers/index.coffee] options handlebars
2016-04-19T11:11:40.193Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-04-19T11:11:40.193Z - verbose: [beautifiers/index.coffee] options mustache
2016-04-19T11:11:40.194Z - verbose: [beautifiers/index.coffee] true 
2016-04-19T11:11:40.194Z - verbose: [beautifiers/index.coffee] options html undefined
2016-04-19T11:11:40.194Z - verbose: [beautifiers/index.coffee] options html
2016-04-19T11:11:40.194Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-04-19T11:11:40.194Z - verbose: [beautifiers/index.coffee] options handlebars
2016-04-19T11:11:40.195Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-04-19T11:11:40.195Z - verbose: [beautifiers/index.coffee] options mustache
2016-04-19T11:11:40.195Z - verbose: [beautifiers/index.coffee] true 
2016-04-19T11:11:40.195Z - verbose: [beautifiers/index.coffee] options html undefined
2016-04-19T11:11:40.195Z - verbose: [beautifiers/index.coffee] options html
2016-04-19T11:11:40.195Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-04-19T11:11:40.195Z - verbose: [beautifiers/index.coffee] options handlebars
2016-04-19T11:11:40.196Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-04-19T11:11:40.196Z - verbose: [beautifiers/index.coffee] options mustache
2016-04-19T11:11:40.196Z - verbose: [beautifiers/index.coffee] true 
2016-04-19T11:11:40.196Z - verbose: [beautifiers/index.coffee] options html undefined
2016-04-19T11:11:40.196Z - verbose: [beautifiers/index.coffee] options html
2016-04-19T11:11:40.197Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-04-19T11:11:40.197Z - verbose: [beautifiers/index.coffee] options handlebars
2016-04-19T11:11:40.197Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-04-19T11:11:40.198Z - verbose: [beautifiers/index.coffee] options mustache
2016-04-19T11:11:40.198Z - verbose: [beautifiers/index.coffee] true 
2016-04-19T11:11:40.198Z - verbose: [beautifiers/index.coffee] options html undefined
2016-04-19T11:11:40.198Z - verbose: [beautifiers/index.coffee] options html
2016-04-19T11:11:40.198Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-04-19T11:11:40.198Z - verbose: [beautifiers/index.coffee] options handlebars
2016-04-19T11:11:40.198Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-04-19T11:11:40.198Z - verbose: [beautifiers/index.coffee] options mustache
2016-04-19T11:11:40.198Z - verbose: [beautifiers/index.coffee] true 
2016-04-19T11:11:40.199Z - verbose: [beautifiers/index.coffee] options html undefined
2016-04-19T11:11:40.199Z - verbose: [beautifiers/index.coffee] options html
2016-04-19T11:11:40.199Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-04-19T11:11:40.199Z - verbose: [beautifiers/index.coffee] options handlebars
2016-04-19T11:11:40.199Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-04-19T11:11:40.199Z - verbose: [beautifiers/index.coffee] options mustache
2016-04-19T11:11:40.199Z - verbose: [beautifiers/index.coffee] true 
2016-04-19T11:11:40.199Z - verbose: [beautifiers/index.coffee] options html undefined
2016-04-19T11:11:40.199Z - verbose: [beautifiers/index.coffee] options html
2016-04-19T11:11:40.199Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-04-19T11:11:40.199Z - verbose: [beautifiers/index.coffee] options handlebars
2016-04-19T11:11:40.200Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-04-19T11:11:40.200Z - verbose: [beautifiers/index.coffee] options mustache
2016-04-19T11:11:40.200Z - verbose: [beautifiers/index.coffee] true 
2016-04-19T11:11:40.200Z - verbose: [beautifiers/index.coffee] options html undefined
2016-04-19T11:11:40.200Z - verbose: [beautifiers/index.coffee] options html
2016-04-19T11:11:40.200Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-04-19T11:11:40.201Z - verbose: [beautifiers/index.coffee] options handlebars
2016-04-19T11:11:40.201Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-04-19T11:11:40.201Z - verbose: [beautifiers/index.coffee] options mustache
2016-04-19T11:11:40.201Z - verbose: [beautifiers/index.coffee] true 
2016-04-19T11:11:40.201Z - verbose: [beautifiers/index.coffee] options html undefined
2016-04-19T11:11:40.201Z - verbose: [beautifiers/index.coffee] options html
2016-04-19T11:11:40.201Z - verbose: [beautifiers/index.coffee] options handlebars undefined
2016-04-19T11:11:40.201Z - verbose: [beautifiers/index.coffee] options handlebars
2016-04-19T11:11:40.201Z - verbose: [beautifiers/index.coffee] options mustache undefined
2016-04-19T11:11:40.201Z - verbose: [beautifiers/index.coffee] options mustache
2016-04-19T11:11:40.201Z - verbose: [beautifiers/index.coffee] HTML (Mustache) name=Mustache, namespace=mustache, fallback=[html, handlebars], grammars=[HTML (Mustache)], extensions=[mustache], options=[]
2016-04-19T11:11:40.202Z - verbose: [beautifiers/index.coffee] language options: {
    "indent_size": 4,
    "indent_char": " ",
    "indent_with_tabs": false,
    "default_beautifier": "JS Beautify",
    "indent_inner_html": false,
    "max_preserve_newlines": 10,
    "unformatted": [
        "a",
        "span",
        "img",
        "bdo",
        "em",
        "strong",
        "dfn",
        "code",
        "samp",
        "kbd",
        "var",
        "cite",
        "abbr",
        "acronym",
        "q",
        "sub",
        "sup",
        "tt",
        "i",
        "b",
        "big",
        "small",
        "u",
        "s",
        "strike",
        "font",
        "ins",
        "del",
        "pre",
        "address",
        "dt",
        "h1",
        "h2",
        "h3",
        "h4",
        "h5",
        "h6"
    ],
    "wrap_line_length": 250,
    "brace_style": "collapse",
    "indent_scripts": "normal",
    "wrap_attributes": "auto",
    "wrap_attributes_indent_size": 4,
    "preserve_newlines": true,
    "end_with_newline": false,
    "extra_liners": [
        "head",
        "body",
        "/html"
    ],
    "disabled": false,
    "beautify_on_save": true
}
2016-04-19T11:11:40.203Z - verbose: [beautifiers/index.coffee] Mustache /Users/Jan/nabu/colette-werden/src/templates/about/index.hbs { indent_size: 4,
  indent_char: ' ',
  indent_with_tabs: false,
  default_beautifier: 'JS Beautify',
  indent_inner_html: false,
  max_preserve_newlines: 10,
  unformatted: 
   [ 'a',
     'span',
     'img',
     'bdo',
     'em',
     'strong',
     'dfn',
     'code',
     'samp',
     'kbd',
     'var',
     'cite',
     'abbr',
     'acronym',
     'q',
     'sub',
     'sup',
     'tt',
     'i',
     'b',
     'big',
     'small',
     'u',
     's',
     'strike',
     'font',
     'ins',
     'del',
     'pre',
     'address',
     'dt',
     'h1',
     'h2',
     'h3',
     'h4',
     'h5',
     'h6' ],
  wrap_line_length: 250,
  brace_style: 'collapse',
  indent_scripts: 'normal',
  wrap_attributes: 'auto',
  wrap_attributes_indent_size: 4,
  preserve_newlines: true,
  end_with_newline: false,
  extra_liners: [ 'head', 'body', '/html' ],
  disabled: false,
  beautify_on_save: true } indent_size=2, indent_char= , indent_with_tabs=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=coffee-fmt, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, beautify_on_save=true, no_lead_zero=true, selector_separator_newline=true, indent_size=4, 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, disabled=false, default_beautifier=JS Beautify, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=250, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, disabled=false, default_beautifier=elm-format, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, disabled=false, default_beautifier=erl_tidy, beautify_on_save=false, indent_size=4, indent_char= , disabled=false, default_beautifier=Gherkin formatter, beautify_on_save=false, disabled=false, default_beautifier=gofmt, beautify_on_save=false, emacs_path=, emacs_script_path=, disabled=false, default_beautifier=Fortran Beautifier, beautify_on_save=false, beautify_on_save=true, wrap_attributes_indent_size=2, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, disabled=false, default_beautifier=stylish-haskell, beautify_on_save=false, default_beautifier=Pretty Diff, indent_inner_html=true, max_preserve_newlines=2, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button, nobr, script, h1, h2, h3, h4, h5, h6], wrap_line_length=5000, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], disabled=false, beautify_on_save=false, indent_size=4, indent_char= , disabled=false, default_beautifier=Pug Beautify, beautify_on_save=false, beautify_on_save=true, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=true, max_preserve_newlines=2, indent_size=4, 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, disabled=false, default_beautifier=JS Beautify, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=0, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_char= , indent_with_tabs=true, indent_preamble=false, always_look_for_split_braces=true, always_look_for_split_brackets=false, remove_trailing_whitespace=false, align_columns_in_environments=[tabular, matrix, bmatrix, pmatrix], disabled=false, default_beautifier=Latex Beautify, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, gfm=true, yaml=true, commonmark=false, disabled=false, default_beautifier=Tidy Markdown, beautify_on_save=false, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, beautify_on_save=true, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, perltidy_profile=, disabled=false, default_beautifier=Perltidy, beautify_on_save=false, cs_fixer_path=, fixers=, level=, phpcbf_path=, standard=, disabled=false, default_beautifier=PHP-CS-Fixer, beautify_on_save=false, disabled=false, default_beautifier=puppet-lint, beautify_on_save=false, max_line_length=79, indent_size=4, ignore=[E24], sort_imports=false, disabled=false, default_beautifier=autopep8, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, default_beautifier=Ruby Beautify, indent_size=4, rubocop_path=, indent_char= , disabled=false, beautify_on_save=false, rustfmt_path=, disabled=false, default_beautifier=rustfmt, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, beautify_on_save=true, indent_size=4, 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, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=Pretty Diff, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, keywords=upper, identifiers=unchanged, disabled=false, default_beautifier=sqlformat, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, 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, no_lead_zero=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , preserve_newlines=true, space_after_anon_function=false, break_chained_methods=false, wrap_line_length=250, end_with_comma=false, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, indent_size=4, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, disabled=false, default_beautifier=TypeScript Formatter, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, beautify_on_save=true, indent_inner_html=false, indent_size=4, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_line_length=250, wrap_attributes=auto, wrap_attributes_indent_size=4, preserve_newlines=true, max_preserve_newlines=10, unformatted=[a, span, img, bdo, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, sub, sup, tt, i, b, big, small, u, s, strike, font, ins, del, pre, address, dt, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Pretty Diff, indent_size=4, indent_char= , wrap_line_length=250, preserve_newlines=true, disabled=false, default_beautifier=Pretty Diff, beautify_on_save=false, , , , , , , , , 
2016-04-19T11:11:40.206Z - verbose: [beautifiers/index.coffee] beautifiers 0=JS Beautify
2016-04-19T11:11:40.206Z - verbose: [beautifiers/index.coffee] beautifier JS Beautify
2016-04-19T11:11:40.214Z - verbose: [beautifiers/beautifier.coffee] JS Beautify language Mustache
2016-04-19T11:11:40.214Z - info: [beautifiers/beautifier.coffee] JS Beautify Options: {
    "indent_size": 4,
    "indent_char": " ",
    "indent_with_tabs": false,
    "default_beautifier": "JS Beautify",
    "indent_inner_html": false,
    "max_preserve_newlines": 10,
    "unformatted": [
        "a",
        "span",
        "img",
        "bdo",
        "em",
        "strong",
        "dfn",
        "code",
        "samp",
        "kbd",
        "var",
        "cite",
        "abbr",
        "acronym",
        "q",
        "sub",
        "sup",
        "tt",
        "i",
        "b",
        "big",
        "small",
        "u",
        "s",
        "strike",
        "font",
        "ins",
        "del",
        "pre",
        "address",
        "dt",
        "h1",
        "h2",
        "h3",
        "h4",
        "h5",
        "h6"
    ],
    "wrap_line_length": 250,
    "brace_style": "collapse",
    "indent_scripts": "normal",
    "wrap_attributes": "auto",
    "wrap_attributes_indent_size": 4,
    "preserve_newlines": true,
    "end_with_newline": false,
    "extra_liners": [
        "head",
        "body",
        "/html"
    ],
    "disabled": false,
    "beautify_on_save": true
}

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