Skip to content

Instantly share code, notes, and snippets.

@janwerkhoven
Created December 12, 2015 09:02
Show Gist options
  • Save janwerkhoven/776f9ba4be40663ede83 to your computer and use it in GitHub Desktop.
Save janwerkhoven/776f9ba4be40663ede83 to your computer and use it in GitHub Desktop.

Atom Beautify - Debugging information

The following debugging information was generated by Atom Beautify on Sat Dec 12 2015 20:01:14 GMT+1100 (AEDT).


Platform: darwin

Versions

Atom Version: 1.3.1

Atom Beautify Version: 0.28.19

Original file to be beautified

Original File Path: /Users/Jan/nabu/brenndel.com/brenndel/app/index.html

Original File Grammar: HTML

Original File Language: HTML

Original File Contents:

<!DOCTYPE html>
<html>

  <head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Brenndel</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    {{content-for 'head'}}

    <link rel="stylesheet" href="assets/vendor.css">
    <link rel="stylesheet" href="assets/brenndel.css">

    {{content-for 'head-footer'}}

  </head>

  <body>

    {{content-for 'body'}}

    <script src="assets/vendor.js"></script>
    <script src="assets/brenndel.js"></script>

    {{content-for 'body-footer'}}

  </body>

</html>

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

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

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

{
    "_default": {}
}

EditorConfig Options: Options from EditorConfig file

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

Project Options: Options from .jsbeautifyrc files starting from directory /Users/Jan/nabu/brenndel.com/brenndel/app and going up to root

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

Final Options: Final combined options that are used

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

Package Settings: The raw package settings options

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

Results

Beautified File Contents:

<!DOCTYPE html>
<html>

  <head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Brenndel</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for 'head'}}

    <link rel="stylesheet" href="assets/vendor.css">
    <link rel="stylesheet" href="assets/brenndel.css"> {{content-for 'head-footer'}}

  </head>

  <body>

    {{content-for 'body'}}

    <script src="assets/vendor.js"></script>
    <script src="assets/brenndel.js"></script>

    {{content-for 'body-footer'}}

  </body>

</html>

Original vs. Beautified Diff:

Index: /Users/Jan/nabu/brenndel.com/brenndel/app/index.html
===================================================================
--- /Users/Jan/nabu/brenndel.com/brenndel/app/index.html	original
+++ /Users/Jan/nabu/brenndel.com/brenndel/app/index.html	beautified
@@ -6,17 +6,13 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <title>Brenndel</title>
     <meta name="description" content="">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for 'head'}}
 
-    {{content-for 'head'}}
-
     <link rel="stylesheet" href="assets/vendor.css">
-    <link rel="stylesheet" href="assets/brenndel.css">
+    <link rel="stylesheet" href="assets/brenndel.css"> {{content-for 'head-footer'}}
 
-    {{content-for 'head-footer'}}
-
   </head>
 
   <body>
 
@@ -28,5 +24,5 @@
     {{content-for 'body-footer'}}
 
   </body>
 
-</html>
+</html>
\ No newline at end of file

Logs:

2015-12-12T09:01:14.484Z - info: [beautifiers/index.coffee] beautify <!DOCTYPE html>
<html>

  <head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Brenndel</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    {{content-for 'head'}}

    <link rel="stylesheet" href="assets/vendor.css">
    <link rel="stylesheet" href="assets/brenndel.css">

    {{content-for 'head-footer'}}

  </head>

  <body>

    {{content-for 'body'}}

    <script src="assets/vendor.js"></script>
    <script src="assets/brenndel.js"></script>

    {{content-for 'body-footer'}}

  </body>

</html>
 [ { _default: { indent_size: 2, indent_char: ' ', indent_with_tabs: false } },
  { html: 
     { max_preserve_newlines: 2,
       wrap_line_length: 5000,
       unformatted: [Object],
       indent_inner_html: true,
       indent_size: 2,
       indent_char: ' ',
       brace_style: 'collapse',
       indent_scripts: 'normal',
       wrap_attributes: 'auto',
       wrap_attributes_indent_size: 2,
       preserve_newlines: true,
       end_with_newline: false,
       extra_liners: [Object] },
    css: 
     { selector_separator_newline: true,
       no_lead_zero: true,
       indent_size: 2,
       indent_char: ' ',
       newline_between_rules: false,
       preserve_newlines: false,
       wrap_line_length: 0,
       indent_comments: true,
       force_indentation: false,
       convert_quotes: 'none',
       align_assignments: false,
       configPath: '',
       predefinedConfig: 'csscomb' },
    js: 
     { max_preserve_newlines: 2,
       indent_size: 2,
       indent_char: ' ',
       indent_level: 0,
       indent_with_tabs: false,
       preserve_newlines: true,
       space_in_paren: false,
       jslint_happy: false,
       space_after_anon_function: false,
       brace_style: 'collapse',
       break_chained_methods: false,
       keep_array_indentation: false,
       keep_function_indentation: false,
       space_before_conditional: true,
       eval_code: false,
       unescape_strings: false,
       wrap_line_length: 0,
       end_with_newline: false,
       end_with_comma: false },
    arduino: { configPath: '' },
    cs: { configPath: '' },
    c: { configPath: '' },
    cpp: { configPath: '' },
    d: { configPath: '' },
    gherkin: { indent_size: 2, indent_char: ' ' },
    fortran: { emacs_path: '', emacs_script_path: '' },
    java: { configPath: '' },
    objectivec: { configPath: '' },
    pawn: { configPath: '' },
    perl: { perltidy_profile: '' },
    php: { cs_fixer_path: '', fixers: '', level: '' },
    python: { max_line_length: 79, indent_size: 4, ignore: [Object] },
    ruby: { indent_size: 2, indent_char: ' ' },
    rust: { rustfmt_path: '' },
    sql: { indent_size: 2, keywords: 'upper', identifiers: 'lower' },
    vala: { configPath: '' } },
  { _default: {} },
  { _default: 
     { end_of_line: 'lf',
       charset: 'utf-8',
       trim_trailing_whitespace: true,
       insert_final_newline: true,
       indent_style: 'space',
       indent_size: 2,
       tab_width: 2,
       indent_char: ' ' } },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} },
  { _default: {} } ] HTML /Users/Jan/nabu/brenndel.com/brenndel/app/index.html undefined
2015-12-12T09:01:14.484Z - verbose: [beautifiers/index.coffee]  indent_size=2, indent_char= , indent_with_tabs=false, max_preserve_newlines=2, wrap_line_length=5000, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button], indent_inner_html=true, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], selector_separator_newline=true, no_lead_zero=true, indent_size=2, indent_char= , newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, predefinedConfig=csscomb, max_preserve_newlines=2, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, configPath=, configPath=, configPath=, configPath=, configPath=, indent_size=2, indent_char= , emacs_path=, emacs_script_path=, configPath=, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], indent_size=2, indent_char= , rustfmt_path=, indent_size=2, keywords=upper, identifiers=lower, configPath=, , end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=true, indent_style=space, indent_size=2, tab_width=2, indent_char= , , , , , , 
2015-12-12T09:01:14.490Z - verbose: [beautifiers/index.coffee] [ { name: 'HTML',
    namespace: 'html',
    grammars: [ 'HTML' ],
    extensions: [ 'html' ],
    options: 
     { indent_inner_html: [Object],
       indent_size: [Object],
       indent_char: [Object],
       brace_style: [Object],
       indent_scripts: [Object],
       wrap_line_length: [Object],
       wrap_attributes: [Object],
       wrap_attributes_indent_size: [Object],
       preserve_newlines: [Object],
       max_preserve_newlines: [Object],
       unformatted: [Object],
       end_with_newline: [Object],
       extra_liners: [Object] },
    beautifiers: 
     [ 'JS Beautify',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff',
       'Pretty Diff' ] } ] 'HTML' 'html'
2015-12-12T09:01:14.490Z - verbose: [beautifiers/index.coffee] Language HTML supported
2015-12-12T09:01:14.491Z - verbose: [beautifiers/index.coffee] getOptions selections [ 'html' ] indent_size=2, indent_char= , indent_with_tabs=false, max_preserve_newlines=2, wrap_line_length=5000, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button], indent_inner_html=true, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], selector_separator_newline=true, no_lead_zero=true, indent_size=2, indent_char= , newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, predefinedConfig=csscomb, max_preserve_newlines=2, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, configPath=, configPath=, configPath=, configPath=, configPath=, indent_size=2, indent_char= , emacs_path=, emacs_script_path=, configPath=, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], indent_size=2, indent_char= , rustfmt_path=, indent_size=2, keywords=upper, identifiers=lower, configPath=, , end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=true, indent_style=space, indent_size=2, tab_width=2, indent_char= , , , , , , 
2015-12-12T09:01:14.492Z - verbose: [beautifiers/index.coffee] true indent_size=2, indent_char= , indent_with_tabs=false
2015-12-12T09:01:14.492Z - verbose: [beautifiers/index.coffee] options html undefined
2015-12-12T09:01:14.492Z - verbose: [beautifiers/index.coffee] options html indent_size=2, indent_char= , indent_with_tabs=false
2015-12-12T09:01:14.492Z - verbose: [beautifiers/index.coffee] true max_preserve_newlines=2, wrap_line_length=5000, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button], indent_inner_html=true, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], selector_separator_newline=true, no_lead_zero=true, indent_size=2, indent_char= , newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, predefinedConfig=csscomb, max_preserve_newlines=2, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, configPath=, configPath=, configPath=, configPath=, configPath=, indent_size=2, indent_char= , emacs_path=, emacs_script_path=, configPath=, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], indent_size=2, indent_char= , rustfmt_path=, indent_size=2, keywords=upper, identifiers=lower, configPath=
2015-12-12T09:01:14.493Z - verbose: [beautifiers/index.coffee] options html max_preserve_newlines=2, wrap_line_length=5000, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button], indent_inner_html=true, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html]
2015-12-12T09:01:14.493Z - verbose: [beautifiers/index.coffee] options html max_preserve_newlines=2, wrap_line_length=5000, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button], indent_inner_html=true, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html]
2015-12-12T09:01:14.494Z - verbose: [beautifiers/index.coffee] true 
2015-12-12T09:01:14.494Z - verbose: [beautifiers/index.coffee] options html undefined
2015-12-12T09:01:14.494Z - verbose: [beautifiers/index.coffee] options html
2015-12-12T09:01:14.494Z - verbose: [beautifiers/index.coffee] true end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=true, indent_style=space, indent_size=2, tab_width=2, indent_char= 
2015-12-12T09:01:14.494Z - verbose: [beautifiers/index.coffee] options html undefined
2015-12-12T09:01:14.494Z - verbose: [beautifiers/index.coffee] options html end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=true, indent_style=space, indent_size=2, tab_width=2, indent_char= 
2015-12-12T09:01:14.494Z - verbose: [beautifiers/index.coffee] true 
2015-12-12T09:01:14.494Z - verbose: [beautifiers/index.coffee] options html undefined
2015-12-12T09:01:14.494Z - verbose: [beautifiers/index.coffee] options html
2015-12-12T09:01:14.495Z - verbose: [beautifiers/index.coffee] true 
2015-12-12T09:01:14.495Z - verbose: [beautifiers/index.coffee] options html undefined
2015-12-12T09:01:14.495Z - verbose: [beautifiers/index.coffee] options html
2015-12-12T09:01:14.495Z - verbose: [beautifiers/index.coffee] true 
2015-12-12T09:01:14.495Z - verbose: [beautifiers/index.coffee] options html undefined
2015-12-12T09:01:14.495Z - verbose: [beautifiers/index.coffee] options html
2015-12-12T09:01:14.495Z - verbose: [beautifiers/index.coffee] true 
2015-12-12T09:01:14.495Z - verbose: [beautifiers/index.coffee] options html undefined
2015-12-12T09:01:14.496Z - verbose: [beautifiers/index.coffee] options html
2015-12-12T09:01:14.496Z - verbose: [beautifiers/index.coffee] true 
2015-12-12T09:01:14.496Z - verbose: [beautifiers/index.coffee] options html undefined
2015-12-12T09:01:14.496Z - verbose: [beautifiers/index.coffee] options html
2015-12-12T09:01:14.496Z - verbose: [beautifiers/index.coffee] true 
2015-12-12T09:01:14.496Z - verbose: [beautifiers/index.coffee] options html undefined
2015-12-12T09:01:14.497Z - verbose: [beautifiers/index.coffee] options html
2015-12-12T09:01:14.497Z - verbose: [beautifiers/index.coffee] HTML name=HTML, namespace=html, grammars=[HTML], extensions=[html], type=boolean, default=false, description=Indent <head> and <body> sections. (Supported by JS Beautify), title=HTML - Indent inner html, beautifiers=[JS Beautify], key=indent_inner_html, $ref=$, type=integer, default=2, minimum=0, description=Indentation size/length (Supported by JS Beautify, Pretty Diff), title=HTML - Indent size, beautifiers=[JS Beautify, Pretty Diff], key=indent_size, $ref=$, type=string, default= , minimum=0, description=Indentation character (Supported by JS Beautify, Pretty Diff), title=HTML - Indent char, beautifiers=[JS Beautify, Pretty Diff], key=indent_char, $ref=$, type=string, default=collapse, enum=[collapse, expand, end-expand, none], description=[collapse|expand|end-expand|none] (Supported by JS Beautify), title=HTML - Brace style, beautifiers=[JS Beautify], key=brace_style, $ref=$, type=string, default=normal, enum=[keep, separate, normal], description=[keep|separate|normal] (Supported by JS Beautify), title=HTML - Indent scripts, beautifiers=[JS Beautify], key=indent_scripts, $ref=$, type=integer, default=250, description=Maximum characters per line (0 disables) (Supported by JS Beautify, Pretty Diff), title=HTML - Wrap line length, beautifiers=[JS Beautify, Pretty Diff], key=wrap_line_length, $ref=$, type=string, default=auto, enum=[auto, force], description=Wrap attributes to new lines [auto|force] (Supported by JS Beautify), title=HTML - Wrap attributes, beautifiers=[JS Beautify], key=wrap_attributes, $ref=$, type=integer, default=2, minimum=0, description=Indent wrapped attributes to after N characters (Supported by JS Beautify), title=HTML - Wrap attributes indent size, beautifiers=[JS Beautify], key=wrap_attributes_indent_size, $ref=$, type=boolean, default=true, description=Preserve line-breaks (Supported by JS Beautify, Pretty Diff), title=HTML - Preserve newlines, beautifiers=[JS Beautify, Pretty Diff], key=preserve_newlines, $ref=$, type=integer, default=10, description=Number of line-breaks to be preserved in one chunk (Supported by JS Beautify), title=HTML - Max preserve newlines, beautifiers=[JS Beautify], key=max_preserve_newlines, $ref=$, type=array, default=[a, sub, sup, b, i, u], type=string, description=List of tags (defaults to inline) that should not be reformatted (Supported by JS Beautify), title=HTML - Unformatted, beautifiers=[JS Beautify], key=unformatted, $ref=$, type=boolean, default=false, description=End output with newline (Supported by JS Beautify), title=HTML - End with newline, beautifiers=[JS Beautify], key=end_with_newline, $ref=$, type=array, default=[head, body, /html], type=string, description=List of tags (defaults to [head,body,/html] that should have an extra newline before them. (Supported by JS Beautify), title=HTML - Extra liners, beautifiers=[JS Beautify], key=extra_liners, $ref=$, beautifiers=[JS Beautify, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff, Pretty Diff]
2015-12-12T09:01:14.499Z - verbose: [beautifiers/index.coffee] options indent_size=2, indent_char= , indent_with_tabs=false, max_preserve_newlines=2, wrap_line_length=5000, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button], indent_inner_html=true, brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=true, indent_style=space, tab_width=2
2015-12-12T09:01:14.499Z - verbose: [beautifiers/index.coffee] beautifiers 0=JS Beautify, 1=Pretty Diff
2015-12-12T09:01:14.500Z - verbose: [beautifiers/index.coffee] HTML /Users/Jan/nabu/brenndel.com/brenndel/app/index.html { indent_size: 2,
  indent_char: ' ',
  indent_with_tabs: false,
  max_preserve_newlines: 2,
  wrap_line_length: 5000,
  unformatted: 
   [ 'p',
     'a',
     'sub',
     'sup',
     'b',
     'i',
     'u',
     'em',
     'strong',
     'span',
     'small',
     'button' ],
  indent_inner_html: true,
  brace_style: 'collapse',
  indent_scripts: 'normal',
  wrap_attributes: 'auto',
  wrap_attributes_indent_size: 2,
  preserve_newlines: true,
  end_with_newline: false,
  extra_liners: [ 'head', 'body', '/html' ],
  end_of_line: 'lf',
  charset: 'utf-8',
  trim_trailing_whitespace: true,
  insert_final_newline: true,
  indent_style: 'space',
  tab_width: 2 } indent_size=2, indent_char= , indent_with_tabs=false, max_preserve_newlines=2, wrap_line_length=5000, unformatted=[p, a, sub, sup, b, i, u, em, strong, span, small, button], indent_inner_html=true, indent_size=2, indent_char= , brace_style=collapse, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=2, preserve_newlines=true, end_with_newline=false, extra_liners=[head, body, /html], selector_separator_newline=true, no_lead_zero=true, indent_size=2, indent_char= , newline_between_rules=false, preserve_newlines=false, wrap_line_length=0, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, configPath=, predefinedConfig=csscomb, max_preserve_newlines=2, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, space_in_paren=false, jslint_happy=false, space_after_anon_function=false, brace_style=collapse, break_chained_methods=false, keep_array_indentation=false, keep_function_indentation=false, space_before_conditional=true, eval_code=false, unescape_strings=false, wrap_line_length=0, end_with_newline=false, end_with_comma=false, configPath=, configPath=, configPath=, configPath=, configPath=, indent_size=2, indent_char= , emacs_path=, emacs_script_path=, configPath=, configPath=, configPath=, perltidy_profile=, cs_fixer_path=, fixers=, level=, max_line_length=79, indent_size=4, ignore=[E24], indent_size=2, indent_char= , rustfmt_path=, indent_size=2, keywords=upper, identifiers=lower, configPath=, , end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=true, indent_style=space, indent_size=2, tab_width=2, indent_char= , , , , , , 
2015-12-12T09:01:14.503Z - verbose: [beautifiers/index.coffee] beautifier JS Beautify
2015-12-12T09:01:14.503Z - verbose: [beautifiers/beautifier.coffee] JS Beautify language HTML
2015-12-12T09:01:14.508Z - debug: [beautifiers/beautifier.coffee] Beautified HTML: <!DOCTYPE html>
<html>

  <head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Brenndel</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for 'head'}}

    <link rel="stylesheet" href="assets/vendor.css">
    <link rel="stylesheet" href="assets/brenndel.css"> {{content-for 'head-footer'}}

  </head>

  <body>

    {{content-for 'body'}}

    <script src="assets/vendor.js"></script>
    <script src="assets/brenndel.js"></script>

    {{content-for 'body-footer'}}

  </body>

</html>

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