Skip to content

Commit

Permalink
Merge pull request #198 from rixtox/master
Browse files Browse the repository at this point in the history
Add commas at the end of lines
  • Loading branch information
akalongman committed Mar 5, 2016
2 parents 9390c9b + b90ade6 commit e01cf90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CodeFormatter.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"expand_javascript": false, // Expand JavaScript inside of <script> tags (also affects CSS purely by coincidence)
"expand_tags": false, // Expand tag attributes onto new lines
"minimum_attribute_count": 2, // Minimum number of attributes needed before tag attributes are expanded to new lines
"first_attribute_on_new_line": false // Put all attributes on separate lines from the tag (only uses 1 indentation unit as opposed to lining all attributes up with the first)
"first_attribute_on_new_line": false, // Put all attributes on separate lines from the tag (only uses 1 indentation unit as opposed to lining all attributes up with the first)
"reduce_empty_tags": false, // Put closing tags on same line as opening tag if there is no content between them
"custom_singletons": "" // Custom singleton tags for various template languages outside of the HTML5 spec
},
Expand Down Expand Up @@ -175,7 +175,7 @@
"expand_javascript": false, // Expand JavaScript inside of <script> tags (also affects CSS purely by coincidence)
"expand_tags": false, // Expand tag attributes onto new lines
"minimum_attribute_count": 2, // Minimum number of attributes needed before tag attributes are expanded to new lines
"first_attribute_on_new_line": false // Put all attributes on separate lines from the tag (only uses 1 indentation unit as opposed to lining all attributes up with the first)
"first_attribute_on_new_line": false, // Put all attributes on separate lines from the tag (only uses 1 indentation unit as opposed to lining all attributes up with the first)
"reduce_empty_tags": false, // Put closing tags on same line as opening tag if there is no content between them
"custom_singletons": "" // Custom singleton tags for various template languages outside of the HTML5 spec
}
Expand Down

0 comments on commit e01cf90

Please sign in to comment.