Created
January 3, 2017 06:49
-
-
Save ChandraKantPaliwal/7de186605549618072eb7c08478f48c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Atom Beautify - Debugging information | |
The following debugging information was generated by `Atom Beautify` on `Tue Jan 03 2017 12:18:43 GMT+0530 (IST)`. | |
--- | |
## Table Of Contents | |
- [Versions](#versions) | |
- [Original file to be beautified](#original-file-to-be-beautified) | |
- [Original File Contents](#original-file-contents) | |
- [Package Settings](#package-settings) | |
- [Beautification options](#beautification-options) | |
- [Final Options](#final-options) | |
- [Results](#results) | |
- [Logs](#logs) | |
--- | |
**Platform**: linux | |
## Versions | |
**Atom Version**: 1.12.7 | |
**Atom Beautify Version**: 0.29.16 | |
## Original file to be beautified | |
**Original File Path**: `/home/ck/project/lil/src/app/site/courses/courses-mycourses/mycourses.html` | |
**Original File Grammar**: HTML | |
**Original File Language**: HTML | |
**Language namespace**: html | |
**Supported Beautifiers**: JS Beautify, Pretty Diff | |
**Selected Beautifier**: JS Beautify | |
### Original File Contents | |
```html | |
<lil-spinner ng-show="mycoursesCtrl.isAPICall"></lil-spinner> | |
<div ng-if="mycoursesCtrl.courses.length > 0"> | |
<div class="lil-card-fluid-container" | |
ng-repeat="_c in mycoursesCtrl.courses"> | |
<lil-card ng-click="mycoursesCtrl.openCourse(_c.id, _c.type, _c.microCourseType)" | |
thumbnail="_c.thumbnail.thumb" | |
course-title="_c.title" | |
curator="_c.name" | |
meta-information="_c.metaInformation" | |
avg-rating="_c.avgRating" | |
course-type="_c.courseType || _c.microCourseType" | |
published-date="_c.publishedDate"> | |
</lil-card> | |
</div> | |
</div> | |
``` | |
### Package Settings | |
The raw package settings options | |
```json | |
{ | |
"general": { | |
"_analyticsUserId": "1ca0dfdc-796b-4944-a34d-db2ca215ebaa", | |
"analytics": true, | |
"loggerLevel": "warn", | |
"beautifyEntireFileOnSave": true, | |
"muteUnsupportedLanguageErrors": false, | |
"muteAllErrors": false | |
}, | |
"apex": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "Uncrustify", | |
"beautify_on_save": false | |
}, | |
"arduino": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "Uncrustify", | |
"beautify_on_save": false | |
}, | |
"bash": { | |
"indent_size": 2, | |
"disabled": false, | |
"default_beautifier": "beautysh", | |
"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 | |
}, | |
"clj": { | |
"disabled": false, | |
"default_beautifier": "cljfmt", | |
"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 | |
}, | |
"crystal": { | |
"disabled": false, | |
"default_beautifier": "Crystal", | |
"beautify_on_save": false | |
}, | |
"css": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"selector_separator_newline": false, | |
"newline_between_rules": true, | |
"preserve_newlines": false, | |
"wrap_line_length": 0, | |
"end_with_newline": false, | |
"indent_comments": true, | |
"force_indentation": false, | |
"convert_quotes": "none", | |
"align_assignments": false, | |
"no_lead_zero": false, | |
"configPath": "", | |
"predefinedConfig": "csscomb", | |
"disabled": false, | |
"default_beautifier": "JS Beautify", | |
"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": " ", | |
"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": 250, | |
"end_with_newline": false, | |
"end_with_comma": false, | |
"indent_inner_html": false, | |
"indent_scripts": "normal", | |
"wrap_attributes": "auto", | |
"wrap_attributes_indent_size": 4, | |
"unformatted": [ | |
"a", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"h1", | |
"h2", | |
"h3", | |
"h4", | |
"h5", | |
"h6" | |
], | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"disabled": false, | |
"default_beautifier": "JS Beautify", | |
"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 | |
}, | |
"glsl": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "clang-format", | |
"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": { | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"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 | |
}, | |
"haskell": { | |
"disabled": false, | |
"default_beautifier": "stylish-haskell", | |
"beautify_on_save": false | |
}, | |
"html": { | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"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 | |
}, | |
"jade": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"disabled": false, | |
"default_beautifier": "Pug Beautify", | |
"beautify_on_save": false | |
}, | |
"java": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "Uncrustify", | |
"beautify_on_save": false | |
}, | |
"js": { | |
"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 | |
}, | |
"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": " ", | |
"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": "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": true, | |
"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 | |
}, | |
"lua": { | |
"disabled": false, | |
"default_beautifier": "Lua beautifier", | |
"beautify_on_save": false | |
}, | |
"markdown": { | |
"gfm": true, | |
"yaml": true, | |
"commonmark": false, | |
"disabled": false, | |
"default_beautifier": "Tidy Markdown", | |
"beautify_on_save": false | |
}, | |
"marko": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"syntax": "html", | |
"indent_inner_html": false, | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"h1", | |
"h2", | |
"h3", | |
"h4", | |
"h5", | |
"h6" | |
], | |
"end_with_newline": false, | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"disabled": false, | |
"default_beautifier": "Marko Beautifier", | |
"beautify_on_save": false | |
}, | |
"mustache": { | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"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 | |
}, | |
"nunjucks": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"wrap_line_length": 250, | |
"preserve_newlines": true, | |
"disabled": false, | |
"default_beautifier": "Pretty Diff", | |
"beautify_on_save": false | |
}, | |
"objectivec": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "Uncrustify", | |
"beautify_on_save": false | |
}, | |
"ocaml": { | |
"disabled": false, | |
"default_beautifier": "ocp-indent", | |
"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 | |
}, | |
"r": { | |
"indent_size": 4, | |
"disabled": false, | |
"default_beautifier": "formatR", | |
"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": { | |
"indent_size": 4, | |
"rubocop_path": "", | |
"indent_char": " ", | |
"disabled": false, | |
"default_beautifier": "Rubocop", | |
"beautify_on_save": false | |
}, | |
"rust": { | |
"rustfmt_path": "", | |
"disabled": false, | |
"default_beautifier": "rustfmt", | |
"beautify_on_save": false | |
}, | |
"sass": { | |
"disabled": false, | |
"default_beautifier": "SassConvert", | |
"beautify_on_save": false | |
}, | |
"scss": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"newline_between_rules": true, | |
"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": true, | |
"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": " ", | |
"indent_with_tabs": false, | |
"preserve_newlines": true, | |
"space_in_paren": false, | |
"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 | |
}, | |
"ux": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"wrap_line_length": 250, | |
"preserve_newlines": true, | |
"disabled": false, | |
"default_beautifier": "Pretty Diff", | |
"beautify_on_save": false | |
}, | |
"vala": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "Uncrustify", | |
"beautify_on_save": false | |
}, | |
"vue": { | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"h1", | |
"h2", | |
"h3", | |
"h4", | |
"h5", | |
"h6" | |
], | |
"end_with_newline": false, | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"disabled": false, | |
"default_beautifier": "Vue Beautifier", | |
"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": { | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"h1", | |
"h2", | |
"h3", | |
"h4", | |
"h5", | |
"h6" | |
], | |
"end_with_newline": false, | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"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 | |
```json | |
{ | |
"_default": { | |
"indent_size": 2, | |
"indent_char": " ", | |
"indent_with_tabs": false | |
} | |
} | |
``` | |
**Config Options**: | |
Options from Atom Beautify package settings | |
```json | |
{ | |
"apex": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "Uncrustify", | |
"beautify_on_save": false | |
}, | |
"arduino": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "Uncrustify", | |
"beautify_on_save": false | |
}, | |
"bash": { | |
"indent_size": 2, | |
"disabled": false, | |
"default_beautifier": "beautysh", | |
"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 | |
}, | |
"clj": { | |
"disabled": false, | |
"default_beautifier": "cljfmt", | |
"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 | |
}, | |
"crystal": { | |
"disabled": false, | |
"default_beautifier": "Crystal", | |
"beautify_on_save": false | |
}, | |
"css": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"selector_separator_newline": false, | |
"newline_between_rules": true, | |
"preserve_newlines": false, | |
"wrap_line_length": 0, | |
"end_with_newline": false, | |
"indent_comments": true, | |
"force_indentation": false, | |
"convert_quotes": "none", | |
"align_assignments": false, | |
"no_lead_zero": false, | |
"configPath": "", | |
"predefinedConfig": "csscomb", | |
"disabled": false, | |
"default_beautifier": "JS Beautify", | |
"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": " ", | |
"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": 250, | |
"end_with_newline": false, | |
"end_with_comma": false, | |
"indent_inner_html": false, | |
"indent_scripts": "normal", | |
"wrap_attributes": "auto", | |
"wrap_attributes_indent_size": 4, | |
"unformatted": [ | |
"a", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"h1", | |
"h2", | |
"h3", | |
"h4", | |
"h5", | |
"h6" | |
], | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"disabled": false, | |
"default_beautifier": "JS Beautify", | |
"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 | |
}, | |
"glsl": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "clang-format", | |
"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": { | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"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 | |
}, | |
"haskell": { | |
"disabled": false, | |
"default_beautifier": "stylish-haskell", | |
"beautify_on_save": false | |
}, | |
"html": { | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"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 | |
}, | |
"jade": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"disabled": false, | |
"default_beautifier": "Pug Beautify", | |
"beautify_on_save": false | |
}, | |
"java": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "Uncrustify", | |
"beautify_on_save": false | |
}, | |
"js": { | |
"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 | |
}, | |
"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": " ", | |
"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": "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": true, | |
"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 | |
}, | |
"lua": { | |
"disabled": false, | |
"default_beautifier": "Lua beautifier", | |
"beautify_on_save": false | |
}, | |
"markdown": { | |
"gfm": true, | |
"yaml": true, | |
"commonmark": false, | |
"disabled": false, | |
"default_beautifier": "Tidy Markdown", | |
"beautify_on_save": false | |
}, | |
"marko": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"syntax": "html", | |
"indent_inner_html": false, | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"h1", | |
"h2", | |
"h3", | |
"h4", | |
"h5", | |
"h6" | |
], | |
"end_with_newline": false, | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"disabled": false, | |
"default_beautifier": "Marko Beautifier", | |
"beautify_on_save": false | |
}, | |
"mustache": { | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"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 | |
}, | |
"nunjucks": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"wrap_line_length": 250, | |
"preserve_newlines": true, | |
"disabled": false, | |
"default_beautifier": "Pretty Diff", | |
"beautify_on_save": false | |
}, | |
"objectivec": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "Uncrustify", | |
"beautify_on_save": false | |
}, | |
"ocaml": { | |
"disabled": false, | |
"default_beautifier": "ocp-indent", | |
"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 | |
}, | |
"r": { | |
"indent_size": 4, | |
"disabled": false, | |
"default_beautifier": "formatR", | |
"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": { | |
"indent_size": 4, | |
"rubocop_path": "", | |
"indent_char": " ", | |
"disabled": false, | |
"default_beautifier": "Rubocop", | |
"beautify_on_save": false | |
}, | |
"rust": { | |
"rustfmt_path": "", | |
"disabled": false, | |
"default_beautifier": "rustfmt", | |
"beautify_on_save": false | |
}, | |
"sass": { | |
"disabled": false, | |
"default_beautifier": "SassConvert", | |
"beautify_on_save": false | |
}, | |
"scss": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"newline_between_rules": true, | |
"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": true, | |
"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": " ", | |
"indent_with_tabs": false, | |
"preserve_newlines": true, | |
"space_in_paren": false, | |
"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 | |
}, | |
"ux": { | |
"indent_size": 4, | |
"indent_char": " ", | |
"wrap_line_length": 250, | |
"preserve_newlines": true, | |
"disabled": false, | |
"default_beautifier": "Pretty Diff", | |
"beautify_on_save": false | |
}, | |
"vala": { | |
"configPath": "", | |
"disabled": false, | |
"default_beautifier": "Uncrustify", | |
"beautify_on_save": false | |
}, | |
"vue": { | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"h1", | |
"h2", | |
"h3", | |
"h4", | |
"h5", | |
"h6" | |
], | |
"end_with_newline": false, | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"disabled": false, | |
"default_beautifier": "Vue Beautifier", | |
"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": { | |
"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", | |
"abbr", | |
"area", | |
"audio", | |
"b", | |
"bdi", | |
"bdo", | |
"br", | |
"button", | |
"canvas", | |
"cite", | |
"code", | |
"data", | |
"datalist", | |
"del", | |
"dfn", | |
"em", | |
"embed", | |
"i", | |
"iframe", | |
"img", | |
"input", | |
"ins", | |
"kbd", | |
"keygen", | |
"label", | |
"map", | |
"mark", | |
"math", | |
"meter", | |
"noscript", | |
"object", | |
"output", | |
"progress", | |
"q", | |
"ruby", | |
"s", | |
"samp", | |
"select", | |
"small", | |
"span", | |
"strong", | |
"sub", | |
"sup", | |
"svg", | |
"template", | |
"textarea", | |
"time", | |
"u", | |
"var", | |
"video", | |
"wbr", | |
"text", | |
"acronym", | |
"address", | |
"big", | |
"dt", | |
"ins", | |
"small", | |
"strike", | |
"tt", | |
"pre", | |
"h1", | |
"h2", | |
"h3", | |
"h4", | |
"h5", | |
"h6" | |
], | |
"end_with_newline": false, | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"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 | |
} | |
} | |
``` | |
**Home Options**: | |
Options from `/home/ck/.jsbeautifyrc` | |
```json | |
{ | |
"_default": {} | |
} | |
``` | |
**EditorConfig Options**: | |
Options from [EditorConfig](http://editorconfig.org/) file | |
```json | |
{ | |
"_default": { | |
"indent_style": "space", | |
"indent_size": 2, | |
"end_of_line": "lf", | |
"charset": "utf-8", | |
"trim_trailing_whitespace": true, | |
"insert_final_newline": true, | |
"tab_width": 2, | |
"indent_char": " " | |
} | |
} | |
``` | |
**Project Options**: | |
Options from `.jsbeautifyrc` files starting from directory `/home/ck/project/lil/src/app/site/courses/courses-mycourses` and going up to root | |
```json | |
[ | |
{ | |
"_default": {} | |
}, | |
{ | |
"_default": {} | |
}, | |
{ | |
"_default": {} | |
}, | |
{ | |
"html": { | |
"brace_style": "collapse", | |
"indent_char": " ", | |
"indent_scripts": "normal", | |
"indent_size": 2, | |
"max_preserve_newlines": 1, | |
"preserve_newlines": true, | |
"unformatted": [ | |
"a", | |
"sub", | |
"sup", | |
"b", | |
"i", | |
"u" | |
], | |
"wrap_attributes": "force", | |
"wrap_attributes_indent_size": 2, | |
"wrap_line_length": 80 | |
}, | |
"css": { | |
"indent_char": " ", | |
"indent_size": 2, | |
"end_with_newline": true, | |
"force_indentation": true, | |
"indent_comments": true, | |
"selector_separator_newline": true, | |
"beautify_on_save": true | |
}, | |
"js": { | |
"indent_size": 2, | |
"indent_char": " ", | |
"indent_level": 0, | |
"indent_with_tabs": false, | |
"preserve_newlines": true, | |
"max_preserve_newlines": 10, | |
"jslint_happy": true, | |
"end_with_comma": true | |
} | |
}, | |
{ | |
"_default": {} | |
}, | |
{ | |
"_default": {} | |
}, | |
{ | |
"_default": {} | |
}, | |
{ | |
"_default": {} | |
}, | |
{ | |
"_default": {} | |
} | |
] | |
``` | |
**Pre-Transformed Options**: | |
Combined options before transforming them given a beautifier's specifications | |
```json | |
{ | |
"indent_size": 2, | |
"indent_char": " ", | |
"indent_with_tabs": false, | |
"indent_inner_html": false, | |
"brace_style": "collapse", | |
"indent_scripts": "normal", | |
"wrap_line_length": 80, | |
"wrap_attributes": "force", | |
"wrap_attributes_indent_size": 2, | |
"preserve_newlines": true, | |
"max_preserve_newlines": 1, | |
"unformatted": [ | |
"a", | |
"sub", | |
"sup", | |
"b", | |
"i", | |
"u" | |
], | |
"end_with_newline": false, | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"disabled": false, | |
"default_beautifier": "JS Beautify", | |
"beautify_on_save": false, | |
"indent_style": "space", | |
"end_of_line": "lf", | |
"charset": "utf-8", | |
"trim_trailing_whitespace": true, | |
"insert_final_newline": true, | |
"tab_width": 2 | |
} | |
``` | |
### Final Options | |
Final combined and transformed options that are used | |
```json | |
{ | |
"indent_size": 2, | |
"indent_char": " ", | |
"indent_with_tabs": false, | |
"indent_inner_html": false, | |
"brace_style": "collapse", | |
"indent_scripts": "normal", | |
"wrap_line_length": 80, | |
"wrap_attributes": "force", | |
"wrap_attributes_indent_size": 2, | |
"preserve_newlines": true, | |
"max_preserve_newlines": 1, | |
"unformatted": [ | |
"a", | |
"sub", | |
"sup", | |
"b", | |
"i", | |
"u" | |
], | |
"end_with_newline": false, | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"disabled": false, | |
"default_beautifier": "JS Beautify", | |
"beautify_on_save": false, | |
"indent_style": "space", | |
"end_of_line": "lf", | |
"charset": "utf-8", | |
"trim_trailing_whitespace": true, | |
"insert_final_newline": true, | |
"tab_width": 2 | |
} | |
``` | |
## Results | |
**Beautified File Contents**: | |
```html | |
<lil-spinner ng-show="mycoursesCtrl.isAPICall"></lil-spinner> | |
<div ng-if="mycoursesCtrl.courses.length > 0"> | |
<div class="lil-card-fluid-container" | |
ng-repeat="_c in mycoursesCtrl.courses"> | |
<lil-card ng-click="mycoursesCtrl.openCourse(_c.id, _c.type, _c.microCourseType)" | |
thumbnail="_c.thumbnail.thumb" | |
course-title="_c.title" | |
curator="_c.name" | |
meta-information="_c.metaInformation" | |
avg-rating="_c.avgRating" | |
course-type="_c.courseType || _c.microCourseType" | |
published-date="_c.publishedDate"> | |
</lil-card> | |
</div> | |
</div> | |
``` | |
**Original vs. Beautified Diff**: | |
```html | |
Index: /home/ck/project/lil/src/app/site/courses/courses-mycourses/mycourses.html | |
=================================================================== | |
--- /home/ck/project/lil/src/app/site/courses/courses-mycourses/mycourses.html original | |
+++ /home/ck/project/lil/src/app/site/courses/courses-mycourses/mycourses.html beautified | |
@@ -2,9 +2,9 @@ | |
<div ng-if="mycoursesCtrl.courses.length > 0"> | |
<div class="lil-card-fluid-container" | |
ng-repeat="_c in mycoursesCtrl.courses"> | |
<lil-card ng-click="mycoursesCtrl.openCourse(_c.id, _c.type, _c.microCourseType)" | |
- | |
+ | |
thumbnail="_c.thumbnail.thumb" | |
course-title="_c.title" | |
curator="_c.name" | |
meta-information="_c.metaInformation" | |
@@ -12,5 +12,5 @@ | |
course-type="_c.courseType || _c.microCourseType" | |
published-date="_c.publishedDate"> | |
</lil-card> | |
</div> | |
-</div> | |
+</div> | |
\ No newline at end of file | |
``` | |
### Logs | |
``` | |
2017-01-03T06:48:44.334Z - info: [beautifiers/index.coffee] beautify <lil-spinner ng-show="mycoursesCtrl.isAPICall"></lil-spinner> | |
<div ng-if="mycoursesCtrl.courses.length > 0"> | |
<div class="lil-card-fluid-container" | |
ng-repeat="_c in mycoursesCtrl.courses"> | |
<lil-card ng-click="mycoursesCtrl.openCourse(_c.id, _c.type, _c.microCourseType)" | |
thumbnail="_c.thumbnail.thumb" | |
course-title="_c.title" | |
curator="_c.name" | |
meta-information="_c.metaInformation" | |
avg-rating="_c.avgRating" | |
course-type="_c.courseType || _c.microCourseType" | |
published-date="_c.publishedDate"> | |
</lil-card> | |
</div> | |
</div> | |
[ { _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 }, | |
bash: | |
{ indent_size: 2, | |
disabled: false, | |
default_beautifier: 'beautysh', | |
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 }, | |
clj: | |
{ disabled: false, | |
default_beautifier: 'cljfmt', | |
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 }, | |
crystal: | |
{ disabled: false, | |
default_beautifier: 'Crystal', | |
beautify_on_save: false }, | |
css: | |
{ indent_size: 4, | |
indent_char: ' ', | |
selector_separator_newline: false, | |
newline_between_rules: true, | |
preserve_newlines: false, | |
wrap_line_length: 0, | |
end_with_newline: false, | |
indent_comments: true, | |
force_indentation: false, | |
convert_quotes: 'none', | |
align_assignments: false, | |
no_lead_zero: false, | |
configPath: '', | |
predefinedConfig: 'csscomb', | |
disabled: false, | |
default_beautifier: 'JS Beautify', | |
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: ' ', | |
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: 250, | |
end_with_newline: false, | |
end_with_comma: false, | |
indent_inner_html: false, | |
indent_scripts: 'normal', | |
wrap_attributes: 'auto', | |
wrap_attributes_indent_size: 4, | |
unformatted: [Object], | |
extra_liners: [Object], | |
disabled: false, | |
default_beautifier: 'JS Beautify', | |
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 }, | |
glsl: | |
{ configPath: '', | |
disabled: false, | |
default_beautifier: 'clang-format', | |
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: | |
{ 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 }, | |
haskell: | |
{ disabled: false, | |
default_beautifier: 'stylish-haskell', | |
beautify_on_save: false }, | |
html: | |
{ 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 }, | |
jade: | |
{ indent_size: 4, | |
indent_char: ' ', | |
disabled: false, | |
default_beautifier: 'Pug Beautify', | |
beautify_on_save: false }, | |
java: | |
{ configPath: '', | |
disabled: false, | |
default_beautifier: 'Uncrustify', | |
beautify_on_save: false }, | |
js: | |
{ 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 }, | |
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: ' ', | |
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: '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: true, | |
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 }, | |
lua: | |
{ disabled: false, | |
default_beautifier: 'Lua beautifier', | |
beautify_on_save: false }, | |
markdown: | |
{ gfm: true, | |
yaml: true, | |
commonmark: false, | |
disabled: false, | |
default_beautifier: 'Tidy Markdown', | |
beautify_on_save: false }, | |
marko: | |
{ indent_size: 4, | |
indent_char: ' ', | |
syntax: 'html', | |
indent_inner_html: false, | |
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: 'Marko Beautifier', | |
beautify_on_save: false }, | |
mustache: | |
{ 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 }, | |
nunjucks: | |
{ indent_size: 4, | |
indent_char: ' ', | |
wrap_line_length: 250, | |
preserve_newlines: true, | |
disabled: false, | |
default_beautifier: 'Pretty Diff', | |
beautify_on_save: false }, | |
objectivec: | |
{ configPath: '', | |
disabled: false, | |
default_beautifier: 'Uncrustify', | |
beautify_on_save: false }, | |
ocaml: | |
{ disabled: false, | |
default_beautifier: 'ocp-indent', | |
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 }, | |
r: | |
{ indent_size: 4, | |
disabled: false, | |
default_beautifier: 'formatR', | |
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: | |
{ indent_size: 4, | |
rubocop_path: '', | |
indent_char: ' ', | |
disabled: false, | |
default_beautifier: 'Rubocop', | |
beautify_on_save: false }, | |
rust: | |
{ rustfmt_path: '', | |
disabled: false, | |
default_beautifier: 'rustfmt', | |
beautify_on_save: false }, | |
sass: | |
{ disabled: false, | |
default_beautifier: 'SassConvert', | |
beautify_on_save: false }, | |
scss: | |
{ indent_size: 4, | |
indent_char: ' ', | |
newline_between_rules: true, | |
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: true, | |
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: ' ', | |
indent_with_tabs: false, | |
preserve_newlines: true, | |
space_in_paren: false, | |
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 }, | |
ux: | |
{ indent_size: 4, | |
indent_char: ' ', | |
wrap_line_length: 250, | |
preserve_newlines: true, | |
disabled: false, | |
default_beautifier: 'Pretty Diff', | |
beautify_on_save: false }, | |
vala: | |
{ configPath: '', | |
disabled: false, | |
default_beautifier: 'Uncrustify', | |
beautify_on_save: false }, | |
vue: | |
{ 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: 'Vue Beautifier', | |
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: | |
{ 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', | |
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 } }, | |
{ _default: {} }, | |
{ _default: | |
{ indent_style: 'space', | |
indent_size: 2, | |
end_of_line: 'lf', | |
charset: 'utf-8', | |
trim_trailing_whitespace: true, | |
insert_final_newline: true, | |
tab_width: 2, | |
indent_char: ' ' } }, | |
{ _default: {} }, | |
{ _default: {} }, | |
{ _default: {} }, | |
{ html: | |
{ brace_style: 'collapse', | |
indent_char: ' ', | |
indent_scripts: 'normal', | |
indent_size: 2, | |
max_preserve_newlines: 1, | |
preserve_newlines: true, | |
unformatted: [Object], | |
wrap_attributes: 'force', | |
wrap_attributes_indent_size: 2, | |
wrap_line_length: 80 }, | |
css: | |
{ indent_char: ' ', | |
indent_size: 2, | |
end_with_newline: true, | |
force_indentation: true, | |
indent_comments: true, | |
selector_separator_newline: true, | |
beautify_on_save: true }, | |
js: | |
{ indent_size: 2, | |
indent_char: ' ', | |
indent_level: 0, | |
indent_with_tabs: false, | |
preserve_newlines: true, | |
max_preserve_newlines: 10, | |
jslint_happy: true, | |
end_with_comma: true } }, | |
{ _default: {} }, | |
{ _default: {} }, | |
{ _default: {} }, | |
{ _default: {} }, | |
{ _default: {} } ] HTML /home/ck/project/lil/src/app/site/courses/courses-mycourses/mycourses.html | |
2017-01-03T06:48:44.336Z - 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, indent_size=2, disabled=false, default_beautifier=beautysh, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, disabled=false, default_beautifier=cljfmt, 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, disabled=false, default_beautifier=Crystal, beautify_on_save=false, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=true, preserve_newlines=false, wrap_line_length=0, end_with_newline=false, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, 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= , 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=250, end_with_newline=false, end_with_comma=false, indent_inner_html=false, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=4, unformatted=[a, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, 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, configPath=, disabled=false, default_beautifier=clang-format, 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, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, disabled=false, default_beautifier=stylish-haskell, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, indent_size=4, indent_char= , disabled=false, default_beautifier=Pug Beautify, 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=JS Beautify, 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=JS Beautify, 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=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=true, 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, disabled=false, default_beautifier=Lua beautifier, beautify_on_save=false, gfm=true, yaml=true, commonmark=false, disabled=false, default_beautifier=Tidy Markdown, beautify_on_save=false, indent_size=4, indent_char= , syntax=html, indent_inner_html=false, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Marko Beautifier, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, 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, disabled=false, default_beautifier=ocp-indent, 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, disabled=false, default_beautifier=formatR, 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, rubocop_path=, indent_char= , disabled=false, default_beautifier=Rubocop, beautify_on_save=false, rustfmt_path=, disabled=false, default_beautifier=rustfmt, beautify_on_save=false, disabled=false, default_beautifier=SassConvert, beautify_on_save=false, indent_size=4, indent_char= , newline_between_rules=true, 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, 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=true, 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= , indent_with_tabs=false, preserve_newlines=true, space_in_paren=false, 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, 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, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Vue Beautifier, 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_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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], 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_style=space, indent_size=2, end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=true, tab_width=2, indent_char= , , , , brace_style=collapse, indent_char= , indent_scripts=normal, indent_size=2, max_preserve_newlines=1, preserve_newlines=true, unformatted=[a, sub, sup, b, i, u], wrap_attributes=force, wrap_attributes_indent_size=2, wrap_line_length=80, indent_char= , indent_size=2, end_with_newline=true, force_indentation=true, indent_comments=true, selector_separator_newline=true, beautify_on_save=true, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, jslint_happy=true, end_with_comma=true, , , , , | |
2017-01-03T06:48:44.348Z - 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] } } ] 'HTML' 'html' | |
2017-01-03T06:48:44.349Z - verbose: [beautifiers/index.coffee] Language HTML supported | |
2017-01-03T06:48:44.349Z - verbose: [beautifiers/index.coffee] getOptions selections [ 'html' ] 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, indent_size=2, disabled=false, default_beautifier=beautysh, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, disabled=false, default_beautifier=cljfmt, 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, disabled=false, default_beautifier=Crystal, beautify_on_save=false, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=true, preserve_newlines=false, wrap_line_length=0, end_with_newline=false, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, 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= , 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=250, end_with_newline=false, end_with_comma=false, indent_inner_html=false, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=4, unformatted=[a, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, 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, configPath=, disabled=false, default_beautifier=clang-format, 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, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, disabled=false, default_beautifier=stylish-haskell, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, indent_size=4, indent_char= , disabled=false, default_beautifier=Pug Beautify, 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=JS Beautify, 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=JS Beautify, 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=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=true, 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, disabled=false, default_beautifier=Lua beautifier, beautify_on_save=false, gfm=true, yaml=true, commonmark=false, disabled=false, default_beautifier=Tidy Markdown, beautify_on_save=false, indent_size=4, indent_char= , syntax=html, indent_inner_html=false, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Marko Beautifier, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, 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, disabled=false, default_beautifier=ocp-indent, 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, disabled=false, default_beautifier=formatR, 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, rubocop_path=, indent_char= , disabled=false, default_beautifier=Rubocop, beautify_on_save=false, rustfmt_path=, disabled=false, default_beautifier=rustfmt, beautify_on_save=false, disabled=false, default_beautifier=SassConvert, beautify_on_save=false, indent_size=4, indent_char= , newline_between_rules=true, 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, 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=true, 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= , indent_with_tabs=false, preserve_newlines=true, space_in_paren=false, 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, 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, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Vue Beautifier, 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_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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], 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_style=space, indent_size=2, end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=true, tab_width=2, indent_char= , , , , brace_style=collapse, indent_char= , indent_scripts=normal, indent_size=2, max_preserve_newlines=1, preserve_newlines=true, unformatted=[a, sub, sup, b, i, u], wrap_attributes=force, wrap_attributes_indent_size=2, wrap_line_length=80, indent_char= , indent_size=2, end_with_newline=true, force_indentation=true, indent_comments=true, selector_separator_newline=true, beautify_on_save=true, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, jslint_happy=true, end_with_comma=true, , , , , | |
2017-01-03T06:48:44.354Z - verbose: [beautifiers/index.coffee] true indent_size=2, indent_char= , indent_with_tabs=false | |
2017-01-03T06:48:44.355Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.355Z - verbose: [beautifiers/index.coffee] options html indent_size=2, indent_char= , indent_with_tabs=false | |
2017-01-03T06:48:44.355Z - 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, indent_size=2, disabled=false, default_beautifier=beautysh, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, disabled=false, default_beautifier=cljfmt, 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, disabled=false, default_beautifier=Crystal, beautify_on_save=false, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=true, preserve_newlines=false, wrap_line_length=0, end_with_newline=false, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, 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= , 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=250, end_with_newline=false, end_with_comma=false, indent_inner_html=false, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=4, unformatted=[a, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, 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, configPath=, disabled=false, default_beautifier=clang-format, 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, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, disabled=false, default_beautifier=stylish-haskell, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, indent_size=4, indent_char= , disabled=false, default_beautifier=Pug Beautify, 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=JS Beautify, 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=JS Beautify, 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=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=true, 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, disabled=false, default_beautifier=Lua beautifier, beautify_on_save=false, gfm=true, yaml=true, commonmark=false, disabled=false, default_beautifier=Tidy Markdown, beautify_on_save=false, indent_size=4, indent_char= , syntax=html, indent_inner_html=false, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Marko Beautifier, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, 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, disabled=false, default_beautifier=ocp-indent, 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, disabled=false, default_beautifier=formatR, 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, rubocop_path=, indent_char= , disabled=false, default_beautifier=Rubocop, beautify_on_save=false, rustfmt_path=, disabled=false, default_beautifier=rustfmt, beautify_on_save=false, disabled=false, default_beautifier=SassConvert, beautify_on_save=false, indent_size=4, indent_char= , newline_between_rules=true, 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, 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=true, 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= , indent_with_tabs=false, preserve_newlines=true, space_in_paren=false, 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, 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, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Vue Beautifier, 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_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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], 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 | |
2017-01-03T06:48:44.361Z - verbose: [beautifiers/index.coffee] options html 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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 | |
2017-01-03T06:48:44.365Z - verbose: [beautifiers/index.coffee] options html 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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 | |
2017-01-03T06:48:44.366Z - verbose: [beautifiers/index.coffee] true | |
2017-01-03T06:48:44.366Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.366Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.366Z - verbose: [beautifiers/index.coffee] true indent_style=space, indent_size=2, end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=true, tab_width=2, indent_char= | |
2017-01-03T06:48:44.366Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.367Z - verbose: [beautifiers/index.coffee] options html indent_style=space, indent_size=2, end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=true, tab_width=2, indent_char= | |
2017-01-03T06:48:44.368Z - verbose: [beautifiers/index.coffee] true | |
2017-01-03T06:48:44.368Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.368Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.368Z - verbose: [beautifiers/index.coffee] true | |
2017-01-03T06:48:44.368Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.369Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.369Z - verbose: [beautifiers/index.coffee] true | |
2017-01-03T06:48:44.369Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.369Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.369Z - verbose: [beautifiers/index.coffee] true brace_style=collapse, indent_char= , indent_scripts=normal, indent_size=2, max_preserve_newlines=1, preserve_newlines=true, unformatted=[a, sub, sup, b, i, u], wrap_attributes=force, wrap_attributes_indent_size=2, wrap_line_length=80, indent_char= , indent_size=2, end_with_newline=true, force_indentation=true, indent_comments=true, selector_separator_newline=true, beautify_on_save=true, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, jslint_happy=true, end_with_comma=true | |
2017-01-03T06:48:44.370Z - verbose: [beautifiers/index.coffee] options html brace_style=collapse, indent_char= , indent_scripts=normal, indent_size=2, max_preserve_newlines=1, preserve_newlines=true, unformatted=[a, sub, sup, b, i, u], wrap_attributes=force, wrap_attributes_indent_size=2, wrap_line_length=80 | |
2017-01-03T06:48:44.370Z - verbose: [beautifiers/index.coffee] options html brace_style=collapse, indent_char= , indent_scripts=normal, indent_size=2, max_preserve_newlines=1, preserve_newlines=true, unformatted=[a, sub, sup, b, i, u], wrap_attributes=force, wrap_attributes_indent_size=2, wrap_line_length=80 | |
2017-01-03T06:48:44.370Z - verbose: [beautifiers/index.coffee] true | |
2017-01-03T06:48:44.370Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.370Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.371Z - verbose: [beautifiers/index.coffee] true | |
2017-01-03T06:48:44.371Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.371Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.371Z - verbose: [beautifiers/index.coffee] true | |
2017-01-03T06:48:44.371Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.371Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.372Z - verbose: [beautifiers/index.coffee] true | |
2017-01-03T06:48:44.372Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.372Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.372Z - verbose: [beautifiers/index.coffee] true | |
2017-01-03T06:48:44.372Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.372Z - verbose: [beautifiers/index.coffee] options html | |
2017-01-03T06:48:44.372Z - verbose: [beautifiers/index.coffee] HTML name=HTML, namespace=html, grammars=[HTML], extensions=[html], type=boolean, default=false, description=Indent <head> and <body> sections., type=integer, default=2, minimum=0, description=Indentation size/length, type=string, default= , description=Indentation character, type=string, default=collapse, enum=[collapse, expand, end-expand, none], description=[collapse|expand|end-expand|none], type=string, default=normal, enum=[keep, separate, normal], description=[keep|separate|normal], type=integer, default=250, description=Maximum characters per line (0 disables), type=string, default=auto, enum=[auto, force], description=Wrap attributes to new lines [auto|force], type=integer, default=2, minimum=0, description=Indent wrapped attributes to after N characters, type=boolean, default=true, description=Preserve line-breaks, type=integer, default=10, description=Number of line-breaks to be preserved in one chunk, type=array, default=[a, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], type=string, description=List of tags (defaults to inline) that should not be reformatted, type=boolean, default=false, description=End output with newline, 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. | |
2017-01-03T06:48:44.374Z - verbose: [beautifiers/index.coffee] language options: { | |
"indent_size": 2, | |
"indent_char": " ", | |
"indent_with_tabs": false, | |
"indent_inner_html": false, | |
"brace_style": "collapse", | |
"indent_scripts": "normal", | |
"wrap_line_length": 80, | |
"wrap_attributes": "force", | |
"wrap_attributes_indent_size": 2, | |
"preserve_newlines": true, | |
"max_preserve_newlines": 1, | |
"unformatted": [ | |
"a", | |
"sub", | |
"sup", | |
"b", | |
"i", | |
"u" | |
], | |
"end_with_newline": false, | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"disabled": false, | |
"default_beautifier": "JS Beautify", | |
"beautify_on_save": false, | |
"indent_style": "space", | |
"end_of_line": "lf", | |
"charset": "utf-8", | |
"trim_trailing_whitespace": true, | |
"insert_final_newline": true, | |
"tab_width": 2 | |
} | |
2017-01-03T06:48:44.375Z - verbose: [beautifiers/index.coffee] HTML /home/ck/project/lil/src/app/site/courses/courses-mycourses/mycourses.html { indent_size: 2, | |
indent_char: ' ', | |
indent_with_tabs: false, | |
indent_inner_html: false, | |
brace_style: 'collapse', | |
indent_scripts: 'normal', | |
wrap_line_length: 80, | |
wrap_attributes: 'force', | |
wrap_attributes_indent_size: 2, | |
preserve_newlines: true, | |
max_preserve_newlines: 1, | |
unformatted: [ 'a', 'sub', 'sup', 'b', 'i', 'u' ], | |
end_with_newline: false, | |
extra_liners: [ 'head', 'body', '/html' ], | |
disabled: false, | |
default_beautifier: 'JS Beautify', | |
beautify_on_save: false, | |
indent_style: 'space', | |
end_of_line: 'lf', | |
charset: 'utf-8', | |
trim_trailing_whitespace: true, | |
insert_final_newline: true, | |
tab_width: 2 } 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, indent_size=2, disabled=false, default_beautifier=beautysh, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, configPath=, disabled=false, default_beautifier=Uncrustify, beautify_on_save=false, disabled=false, default_beautifier=cljfmt, 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, disabled=false, default_beautifier=Crystal, beautify_on_save=false, indent_size=4, indent_char= , selector_separator_newline=false, newline_between_rules=true, preserve_newlines=false, wrap_line_length=0, end_with_newline=false, indent_comments=true, force_indentation=false, convert_quotes=none, align_assignments=false, no_lead_zero=false, configPath=, predefinedConfig=csscomb, disabled=false, default_beautifier=JS Beautify, beautify_on_save=false, 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= , 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=250, end_with_newline=false, end_with_comma=false, indent_inner_html=false, indent_scripts=normal, wrap_attributes=auto, wrap_attributes_indent_size=4, unformatted=[a, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], extra_liners=[head, body, /html], disabled=false, default_beautifier=JS Beautify, 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, configPath=, disabled=false, default_beautifier=clang-format, 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, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, disabled=false, default_beautifier=stylish-haskell, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, indent_size=4, indent_char= , disabled=false, default_beautifier=Pug Beautify, 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=JS Beautify, 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=JS Beautify, 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=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=true, 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, disabled=false, default_beautifier=Lua beautifier, beautify_on_save=false, gfm=true, yaml=true, commonmark=false, disabled=false, default_beautifier=Tidy Markdown, beautify_on_save=false, indent_size=4, indent_char= , syntax=html, indent_inner_html=false, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Marko Beautifier, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, 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, 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, disabled=false, default_beautifier=ocp-indent, 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, disabled=false, default_beautifier=formatR, 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, rubocop_path=, indent_char= , disabled=false, default_beautifier=Rubocop, beautify_on_save=false, rustfmt_path=, disabled=false, default_beautifier=rustfmt, beautify_on_save=false, disabled=false, default_beautifier=SassConvert, beautify_on_save=false, indent_size=4, indent_char= , newline_between_rules=true, 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, 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=true, 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= , indent_with_tabs=false, preserve_newlines=true, space_in_paren=false, 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, 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, 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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], disabled=false, default_beautifier=Vue Beautifier, 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_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, abbr, area, audio, b, bdi, bdo, br, button, canvas, cite, code, data, datalist, del, dfn, em, embed, i, iframe, img, input, ins, kbd, keygen, label, map, mark, math, meter, noscript, object, output, progress, q, ruby, s, samp, select, small, span, strong, sub, sup, svg, template, textarea, time, u, var, video, wbr, text, acronym, address, big, dt, ins, small, strike, tt, pre, h1, h2, h3, h4, h5, h6], end_with_newline=false, extra_liners=[head, body, /html], 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_style=space, indent_size=2, end_of_line=lf, charset=utf-8, trim_trailing_whitespace=true, insert_final_newline=true, tab_width=2, indent_char= , , , , brace_style=collapse, indent_char= , indent_scripts=normal, indent_size=2, max_preserve_newlines=1, preserve_newlines=true, unformatted=[a, sub, sup, b, i, u], wrap_attributes=force, wrap_attributes_indent_size=2, wrap_line_length=80, indent_char= , indent_size=2, end_with_newline=true, force_indentation=true, indent_comments=true, selector_separator_newline=true, beautify_on_save=true, indent_size=2, indent_char= , indent_level=0, indent_with_tabs=false, preserve_newlines=true, max_preserve_newlines=10, jslint_happy=true, end_with_comma=true, , , , , | |
2017-01-03T06:48:44.381Z - verbose: [beautifiers/index.coffee] beautifiers 0=JS Beautify, 1=Pretty Diff | |
2017-01-03T06:48:44.381Z - verbose: [beautifiers/index.coffee] beautifier JS Beautify | |
2017-01-03T06:48:44.387Z - verbose: [beautifiers/beautifier.coffee] JS Beautify language HTML | |
2017-01-03T06:48:44.387Z - info: [beautifiers/beautifier.coffee] JS Beautify Options: { | |
"indent_size": 2, | |
"indent_char": " ", | |
"indent_with_tabs": false, | |
"indent_inner_html": false, | |
"brace_style": "collapse", | |
"indent_scripts": "normal", | |
"wrap_line_length": 80, | |
"wrap_attributes": "force", | |
"wrap_attributes_indent_size": 2, | |
"preserve_newlines": true, | |
"max_preserve_newlines": 1, | |
"unformatted": [ | |
"a", | |
"sub", | |
"sup", | |
"b", | |
"i", | |
"u" | |
], | |
"end_with_newline": false, | |
"extra_liners": [ | |
"head", | |
"body", | |
"/html" | |
], | |
"disabled": false, | |
"default_beautifier": "JS Beautify", | |
"beautify_on_save": false, | |
"indent_style": "space", | |
"end_of_line": "lf", | |
"charset": "utf-8", | |
"trim_trailing_whitespace": true, | |
"insert_final_newline": true, | |
"tab_width": 2 | |
} | |
2017-01-03T06:48:44.421Z - debug: [beautifiers/beautifier.coffee] Beautified HTML: <lil-spinner ng-show="mycoursesCtrl.isAPICall"></lil-spinner> | |
<div ng-if="mycoursesCtrl.courses.length > 0"> | |
<div class="lil-card-fluid-container" | |
ng-repeat="_c in mycoursesCtrl.courses"> | |
<lil-card ng-click="mycoursesCtrl.openCourse(_c.id, _c.type, _c.microCourseType)" | |
thumbnail="_c.thumbnail.thumb" | |
course-title="_c.title" | |
curator="_c.name" | |
meta-information="_c.metaInformation" | |
avg-rating="_c.avgRating" | |
course-type="_c.courseType || _c.microCourseType" | |
published-date="_c.publishedDate"> | |
</lil-card> | |
</div> | |
</div> | |
``` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment