latest--jsbeautifyrc
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/jsbeautifyrc-nested/_shared/latest--jsbeautifyrc.json |
| Parent schema | jsbeautifyrc-nested |
All of
Definitions
Indent size. [JS,CSS,HTML]
Indentation character. [JS,CSS,HTML]
Character(s) to use as line terminators. [JS,CSS,HTML]
Indent with tabs, overrides 'indent_size' and 'indent_char' [JS,CSS,HTML]
Ensure newline at end of file. [JS,CSS,HTML]
Preserve line-breaks. [JS,CSS,HTML]
Number of line-breaks to be preserved in one chunk. [JS,HTML]
[collapse|expand|end-expand|none][,preserve-inline] [JS,HTML]
Wrap lines at next opportunity after N characters. [JS,HTML]
Add a newline between multiple selectors. [CSS]
Add a newline between CSS rules. [CSS]
(Deprecated: use space_around_combinator) [CSS]
Ensure space around selector separators (>+~). [CSS]
HTLM void elements - aka self-closing tags. [HTML]
[
"area",
"base",
"br",
"col",
"embed",
"hr",
"img",
"input",
"keygen",
"link",
"menuitem",
"meta",
"param",
"source",
"track",
"wbr",
"!doctype",
"?xml",
"?php",
"basefont",
"isindex"
]
Wrap attributes to new lines. [HTML]
Indent wrapped attributes to after N characters. Defaults to 'indent_size'. [HTML]
Indent
and sections. [HTML][keep|separate|normal] [HTML]
List of tags that should not be reformatted. [HTML]
[
"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",
"strike",
"tt"
]
List of tags whose content should not be reformatted. [HTML]
[
"pre"
]
List of tags that should have an extra newline before them. [HTML]
[
"head",
"body",
"/html"
]
Indent elements within html
element. [HTML]Indent elements within html
element. [HTML]format and indent {{#foo}} and {{/foo}}. [HTML]
Initial indentation level. [JS]
Add padding spaces within parentheses, ie. f( a, b ). [JS]
Leave space in empty parentheses, ie. f( ). [JS]
Enable jslint-stricter mode. (Forces 'space_after_anon_function') [JS]
Add a space before an anonymous function's parens, ie. function (). [JS]
Break chained method calls across subsequent lines. [JS]
Preserve array indentation. [JS]
Preserve function indentation. [JS]
Ensure a space before conditional statement. [JS]
Decode printable characters encoded in xNN notation. [JS]
Put commas at the beginning of new line instead of end. [JS]
Move operators to before or after a new line, or keep as is. [JS]
Pass E4X xml literals through untouched. [JS]
Unindent chained methods. [JS]