Add .jsbeautifyrc
Change-Id: Ic9090fea5f0f96bd8461e3e4466d95cfb4e75e8a
This commit is contained in:
committed by
Santhosh
parent
0bf38c715f
commit
d964a10c83
17
.jsbeautifyrc
Normal file
17
.jsbeautifyrc
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"preserve_newlines": true,
|
||||||
|
"jslint_happy": true,
|
||||||
|
"keep_array_indentation": true,
|
||||||
|
"space_before_conditional": true,
|
||||||
|
"max_preserve_newlines": 10,
|
||||||
|
"brace_style": "collapse",
|
||||||
|
"keep_function_indentation": false,
|
||||||
|
"break_chained_methods": false,
|
||||||
|
"eval_code": false,
|
||||||
|
"unescape_strings": false,
|
||||||
|
"wrap_line_length": 0,
|
||||||
|
"space_in_paren": true,
|
||||||
|
"git_happy": true,
|
||||||
|
"indent_with_tabs": true,
|
||||||
|
"end_with_newline": true
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user