nengine
Version:
The nengine http/https server
124 lines (123 loc) • 2.08 kB
Plain Text
{
"eol": "\n",
"end_with_newline": true,
"indent_char": " ",
"indent_size": 2,
"indent_with_tabs": false,
"brace_style": "collapse,preserve-inline",
"max_preserve_newlines": 2,
"preserve_newlines": true,
"wrap_line_length": 0,
"extra_liners": [],
"indent_body_inner_html": true,
"indent_handlebars": true,
"indent_head_inner_html": true,
"indent_inner_html": true,
"indent_scripts": "normal",
"wrap_attributes": "auto",
"wrap_attributes_indent_size": 2,
"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",
"strike",
"tt"
],
"content_unformatted": [
"pre"
],
"void_elements": [
"area",
"base",
"br",
"col",
"embed",
"hr",
"img",
"input",
"keygen",
"link",
"menuitem",
"meta",
"param",
"source",
"track",
"wbr",
"!doctype",
"?xml",
"?php",
"basefont",
"isindex"
],
"newline_between_rules": true,
"selector_separator_newline": true,
"space_around_combinator": true,
"break_chained_methods": false,
"comma_first": false,
"e4x": false,
"indent_level": 0,
"jslint_happy": false,
"keep_array_indentation": true,
"keep_function_indentation": true,
"operator_position": "after-newline",
"space_after_anon_function": false,
"space_before_conditional": true,
"space_in_empty_paren": false,
"space_in_paren": false,
"unescape_strings": false
}