Skip to content

Commit

Permalink
Updated .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackyliang committed Jan 26, 2023
1 parent c2bf2c6 commit e4881ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ij_html_space_inside_empty_tag = true
ij_typescript_force_quote_style = true
ij_typescript_keep_simple_methods_in_one_line = true
ij_typescript_method_call_chain_wrap = normal
ij_typescript_object_literal_wrap = split_into_lines
ij_typescript_object_literal_wrap = off
ij_typescript_spaces_within_imports = true
ij_typescript_spaces_within_object_literal_braces = true
ij_typescript_use_double_quotes = false
Expand All @@ -32,7 +32,7 @@ ij_html_space_inside_empty_tag = true
ij_javascript_force_quote_style = true
ij_javascript_keep_simple_methods_in_one_line = true
ij_javascript_method_call_chain_wrap = normal
ij_javascript_object_literal_wrap = split_into_lines
ij_javascript_object_literal_wrap = off
ij_javascript_spaces_within_imports = true
ij_javascript_spaces_within_object_literal_braces = true
ij_javascript_use_double_quotes = false
Expand Down

0 comments on commit e4881ef

Please sign in to comment.