Add .jsbeautifyrc

Change-Id: Ic9090fea5f0f96bd8461e3e4466d95cfb4e75e8a
This commit is contained in:
Santhosh Thottingal
2016-04-12 09:40:29 +05:30
committed by Santhosh
parent 0bf38c715f
commit d964a10c83

17
.jsbeautifyrc Normal file
View 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
}