Skip to content

Commit

Permalink
if statements should be on new lines, two spaces max, phetsims/phet-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 18, 2020
1 parent 6e79af9 commit f992a65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/grunt/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ const OPTIONS = {
},
'js': {
'allowed_file_extensions': [ 'js', 'json', 'jshintrc', 'jsbeautifyrc', 'sublime-settings' ],
'brace_style': 'collapse-presever-inline',
'brace_style': 'end-expand',
'break_chained_methods': false,
'e4x': false,
'end_with_newline': true,
'indent_char': ' ',
'indent_level': 0,
'indent_size': 2,
'indent_with_tabs': false,
'jslint_happy': false,
'jslint_happy': true,
'keep_array_indentation': false,
'keep_function_indentation': false,
'max_preserve_newlines': 0,
'max_preserve_newlines': 2,
'preserve_newlines': true,
'space_after_anon_function': false,
'space_before_conditional': true,
Expand Down

0 comments on commit f992a65

Please sign in to comment.