event-emitter-enhancer
Version:
Enhances the Node.js EventEmitter with extra capabilities.
50 lines (49 loc) • 1.24 kB
Plain Text
{
"js": {
"indent_size": 4,
"indent_char": " ",
"eol": "\n",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 2,
"space_in_paren": false,
"jslint_happy": true,
"space_after_anon_function": true,
"brace_style": "collapse",
"break_chained_methods": false,
"keep_array_indentation": true,
"unescape_strings": false,
"wrap_line_length": 0,
"end_with_newline": true,
"comma_first": false,
"eval_code": false,
"keep_function_indentation": false,
"space_before_conditional": true,
"good_stuff": true
},
"css": {
"indent_size": 2,
"indent_char": " ",
"indent_with_tabs": false,
"eol": "\n",
"end_with_newline": true,
"selector_separator_newline": false,
"newline_between_rules": true
},
"html": {
"indent_size": 4,
"indent_char": " ",
"indent_with_tabs": false,
"eol": "\n",
"end_with_newline": true,
"preserve_newlines": true,
"max_preserve_newlines": 2,
"indent_inner_html": true,
"brace_style": "collapse",
"indent_scripts": "normal",
"wrap_line_length": 0,
"wrap_attributes": "auto",
"wrap_attributes_indent_size": 4
}
}