Skip to content

Commit

Permalink
chore(jsbeautifyrc): add dot file
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Feb 14, 2015
1 parent 6483c32 commit aca8da6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .jsbeautifyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 4,
"space_in_paren": false,
"jslint_happy": true,
"brace_style": "collapse",
"keep_array_indentation": true,
"keep_function_indentation": true,
"eval_code": false,
"unescape_strings": false,
"break_chained_methods": false,
"e4x": false,
"wrap_line_length": 0,
"format_on_save": true
}

0 comments on commit aca8da6

Please sign in to comment.