Skip to content

Commit

Permalink
Add documentation for comma_first rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirse committed Jun 11, 2016
1 parent 1720ba9 commit 906a6cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -46,7 +46,8 @@ The default is defined in `default.jsbeautifyrc` and looks like this:
"unescape_strings": false, "unescape_strings": false,
"wrap_line_length": 0, "wrap_line_length": 0,
"wrap_attributes": "auto", "wrap_attributes": "auto",
"end_with_newline": true "end_with_newline": true,
"comma_first": false
}, },
"css": { "css": {
"eol": "\n", "eol": "\n",
Expand Down
3 changes: 2 additions & 1 deletion default.jsbeautifyrc
Expand Up @@ -13,7 +13,8 @@
"unescape_strings": false, "unescape_strings": false,
"wrap_line_length": 0, "wrap_line_length": 0,
"wrap_attributes": "auto", "wrap_attributes": "auto",
"end_with_newline": true "end_with_newline": true,
"comma_first": false
}, },
"css": { "css": {
"eol": "\n", "eol": "\n",
Expand Down

0 comments on commit 906a6cd

Please sign in to comment.